public class EnvelopeTransactionStatus extends Object
Constructor and Description |
---|
EnvelopeTransactionStatus() |
Modifier and Type | Method and Description |
---|---|
EnvelopeTransactionStatus |
envelopeId(String envelopeId) |
boolean |
equals(Object o) |
EnvelopeTransactionStatus |
errorDetails(ErrorDetails errorDetails) |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
ErrorDetails |
getErrorDetails()
Get errorDetails
|
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) |
EnvelopeTransactionStatus |
status(String status) |
String |
toString() |
EnvelopeTransactionStatus |
transactionId(String transactionId) |
public EnvelopeTransactionStatus envelopeId(String envelopeId)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public EnvelopeTransactionStatus errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public EnvelopeTransactionStatus status(String status)
public String getStatus()
public void setStatus(String status)
public EnvelopeTransactionStatus transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2018. All rights reserved.