@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class RecipientAttachment extends Object
| Constructor and Description |
|---|
RecipientAttachment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAttachmentId() |
String |
getAttachmentType() |
String |
getData() |
String |
getLabel() |
String |
getName() |
String |
getRemoteUrl() |
int |
hashCode() |
void |
setAttachmentId(String attachmentId) |
void |
setAttachmentType(String attachmentType) |
void |
setData(String data) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setRemoteUrl(String remoteUrl) |
String |
toString() |
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
public String getAttachmentType()
public void setAttachmentType(String attachmentType)
public String getData()
public void setData(String data)
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public String getRemoteUrl()
public void setRemoteUrl(String remoteUrl)
Copyright © 2017. All rights reserved.