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