Package dw.xmlrpc
Class PageChange
- java.lang.Object
-
- dw.xmlrpc.PageChange
-
public class PageChange extends java.lang.ObjectDescribe a page change, as returned by the getRecentChanges xmlrpc method
-
-
Constructor Summary
Constructors Constructor Description PageChange(java.lang.String pageId, java.lang.Integer perms, java.util.Date lastModified, java.lang.Integer size, java.lang.String author, java.lang.Integer version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringauthor()Author of the pagejava.util.DatelastModified()Date of the modificationjava.lang.Stringname()Alias forpageId()This alias is provided because it is the way it is called by the xmlrpc methodjava.lang.StringpageId()Id of the page changedjava.lang.Integerperms()Integer representing the permissions on the filejava.lang.Integersize()java.lang.StringtoString()java.lang.Integerversion()Version of the page
-
-
-
Method Detail
-
pageId
public java.lang.String pageId()
Id of the page changed
-
name
public java.lang.String name()
Alias forpageId()This alias is provided because it is the way it is called by the xmlrpc method
-
perms
public java.lang.Integer perms()
Integer representing the permissions on the file
-
lastModified
public java.util.Date lastModified()
Date of the modification
-
size
public java.lang.Integer size()
-
author
public java.lang.String author()
Author of the page
-
version
public java.lang.Integer version()
Version of the page
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-