Package dw.xmlrpc
Class AttachmentInfo
- java.lang.Object
-
- dw.xmlrpc.AttachmentInfo
-
public class AttachmentInfo extends java.lang.ObjectDescribes a file uploaded in the wiki as getAttachmentInfo would
-
-
Constructor Summary
Constructors Constructor Description AttachmentInfo(java.lang.String id, java.lang.Integer size, java.util.Date lastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Media id (namespace + name)java.util.DatelastModified()Date of last modification of the filejava.lang.Integersize()Size in bytesjava.lang.StringtoString()
-
-
-
Method Detail
-
id
public java.lang.String id()
Media id (namespace + name)
-
size
public java.lang.Integer size()
Size in bytes
-
lastModified
public java.util.Date lastModified()
Date of last modification of the file
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-