Package com.docusign.esign.model
Class EnvelopeTransactionStatus
- java.lang.Object
-
- com.docusign.esign.model.EnvelopeTransactionStatus
-
public class EnvelopeTransactionStatus extends java.lang.ObjectEnvelopeTransactionStatus.
-
-
Constructor Summary
Constructors Constructor Description EnvelopeTransactionStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopeTransactionStatusenvelopeId(java.lang.String envelopeId)envelopeId.booleanequals(java.lang.Object o)Compares objects.EnvelopeTransactionStatuserrorDetails(ErrorDetails errorDetails)errorDetails.java.lang.StringgetEnvelopeId()The envelope ID of the envelope status that failed to post..ErrorDetailsgetErrorDetails()Get errorDetails.java.lang.StringgetStatus()Indicates the envelope status.java.lang.StringgetTransactionId()Used to identify an envelope.inthashCode()Returns the HashCode.voidsetEnvelopeId(java.lang.String envelopeId)setEnvelopeId.voidsetErrorDetails(ErrorDetails errorDetails)setErrorDetails.voidsetStatus(java.lang.String status)setStatus.voidsetTransactionId(java.lang.String transactionId)setTransactionId.EnvelopeTransactionStatusstatus(java.lang.String status)status.java.lang.StringtoString()Converts the given object to string.EnvelopeTransactionStatustransactionId(java.lang.String transactionId)transactionId.
-
-
-
Method Detail
-
envelopeId
public EnvelopeTransactionStatus envelopeId(java.lang.String envelopeId)
envelopeId.- Returns:
- EnvelopeTransactionStatus
-
getEnvelopeId
public java.lang.String getEnvelopeId()
The envelope ID of the envelope status that failed to post..- Returns:
- envelopeId
-
setEnvelopeId
public void setEnvelopeId(java.lang.String envelopeId)
setEnvelopeId.
-
errorDetails
public EnvelopeTransactionStatus errorDetails(ErrorDetails errorDetails)
errorDetails.- Returns:
- EnvelopeTransactionStatus
-
getErrorDetails
public ErrorDetails getErrorDetails()
Get errorDetails.- Returns:
- errorDetails
-
setErrorDetails
public void setErrorDetails(ErrorDetails errorDetails)
setErrorDetails.
-
status
public EnvelopeTransactionStatus status(java.lang.String status)
status.- Returns:
- EnvelopeTransactionStatus
-
getStatus
public java.lang.String getStatus()
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..- Returns:
- status
-
setStatus
public void setStatus(java.lang.String status)
setStatus.
-
transactionId
public EnvelopeTransactionStatus transactionId(java.lang.String transactionId)
transactionId.- Returns:
- EnvelopeTransactionStatus
-
getTransactionId
public java.lang.String getTransactionId()
Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The `transactionId` property can be used determine an envelope's status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned..- Returns:
- transactionId
-
setTransactionId
public void setTransactionId(java.lang.String transactionId)
setTransactionId.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-