| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Doc |
getDoc() |
Photo |
getPhoto() |
AttachmentType |
getType() |
int |
hashCode() |
Attachment |
setDoc(Doc doc) |
Attachment |
setPhoto(Photo photo) |
Attachment |
setType(AttachmentType type) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic Doc getDoc()
public Attachment setDoc(Doc doc)
public Photo getPhoto()
public Attachment setPhoto(Photo photo)
public AttachmentType getType()
public Attachment setType(AttachmentType type)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()