@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class TemplateUpdateSummary extends Object
| Constructor and Description |
|---|
TemplateUpdateSummary() |
| Modifier and Type | Method and Description |
|---|---|
TemplateUpdateSummary |
bulkEnvelopeStatus(BulkEnvelopeStatus bulkEnvelopeStatus) |
TemplateUpdateSummary |
envelopeId(String envelopeId)
The envelope ID of the envelope status that failed to post.
|
boolean |
equals(Object o) |
TemplateUpdateSummary |
errorDetails(ErrorDetails errorDetails) |
BulkEnvelopeStatus |
getBulkEnvelopeStatus() |
String |
getEnvelopeId() |
ErrorDetails |
getErrorDetails() |
LockInformation |
getLockInformation() |
int |
hashCode() |
TemplateUpdateSummary |
lockInformation(LockInformation lockInformation) |
void |
setBulkEnvelopeStatus(BulkEnvelopeStatus bulkEnvelopeStatus) |
void |
setEnvelopeId(String envelopeId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLockInformation(LockInformation lockInformation) |
String |
toString() |
public TemplateUpdateSummary envelopeId(String envelopeId)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public TemplateUpdateSummary bulkEnvelopeStatus(BulkEnvelopeStatus bulkEnvelopeStatus)
public BulkEnvelopeStatus getBulkEnvelopeStatus()
public void setBulkEnvelopeStatus(BulkEnvelopeStatus bulkEnvelopeStatus)
public TemplateUpdateSummary lockInformation(LockInformation lockInformation)
public LockInformation getLockInformation()
public void setLockInformation(LockInformation lockInformation)
public TemplateUpdateSummary errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2016. All rights reserved.