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