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