@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class EnvelopeTransactionStatus extends Object
| Constructor and Description |
|---|
EnvelopeTransactionStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
ErrorDetails |
getErrorDetails() |
String |
getStatus()
Indicates the envelope status.
|
String |
getTransactionId()
Used to identify an envelope.
|
int |
hashCode() |
void |
setEnvelopeId(String envelopeId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setStatus(String status) |
void |
setTransactionId(String transactionId) |
String |
toString() |
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getStatus()
public void setStatus(String status)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2017. All rights reserved.