public class AttachmentResponse extends AsposeResponse
Constructor and Description |
---|
AttachmentResponse() |
Modifier and Type | Method and Description |
---|---|
AttachmentResponse |
attachment(Attachment attachment) |
boolean |
equals(java.lang.Object o) |
Attachment |
getAttachment()
Attachment object
|
int |
hashCode() |
void |
setAttachment(Attachment attachment) |
java.lang.String |
toString() |
public AttachmentResponse attachment(Attachment attachment)
public Attachment getAttachment()
public void setAttachment(Attachment attachment)
public boolean equals(java.lang.Object o)
equals
in class AsposeResponse
public int hashCode()
hashCode
in class AsposeResponse
public java.lang.String toString()
toString
in class AsposeResponse