@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class EnvelopeSummary extends Object
| Constructor and Description |
|---|
EnvelopeSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getStatusDateTime()
The DateTime that the envelope changed status (i.e.
|
String |
getUri() |
int |
hashCode() |
void |
setEnvelopeId(String envelopeId) |
void |
setStatus(String status) |
void |
setStatusDateTime(String statusDateTime) |
void |
setUri(String uri) |
String |
toString() |
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post.
public void setEnvelopeId(String envelopeId)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
public String getStatusDateTime()
The DateTime that the envelope changed status (i.e. was created or sent.)
public void setStatusDateTime(String statusDateTime)
public String getUri()
public void setUri(String uri)
Copyright © 2017. All Rights Reserved.