Package com.docusign.esign.model
Class BulkSendErrorStatus
- java.lang.Object
-
- com.docusign.esign.model.BulkSendErrorStatus
-
- All Implemented Interfaces:
Serializable
public class BulkSendErrorStatus extends Object implements Serializable
A single bulk send error report..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkSendErrorStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkSendErrorStatusaddRecipientEmailsItem(String recipientEmailsItem)addRecipientEmailsItem.BulkSendErrorStatuscreated(String created)created.BulkSendErrorStatusenvelopeId(String envelopeId)envelopeId.booleanequals(Object o)Compares objects.BulkSendErrorStatuserrorMessage(String errorMessage)errorMessage.StringgetCreated().StringgetEnvelopeId()The envelope ID of the envelope status that failed to post..StringgetErrorMessage().List<String>getRecipientEmails().inthashCode()Returns the HashCode.BulkSendErrorStatusrecipientEmails(List<String> recipientEmails)recipientEmails.voidsetCreated(String created)setCreated.voidsetEnvelopeId(String envelopeId)setEnvelopeId.voidsetErrorMessage(String errorMessage)setErrorMessage.voidsetRecipientEmails(List<String> recipientEmails)setRecipientEmails.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
created
public BulkSendErrorStatus created(String created)
created.- Returns:
- BulkSendErrorStatus
-
getCreated
public String getCreated()
.- Returns:
- created
-
setCreated
public void setCreated(String created)
setCreated.
-
envelopeId
public BulkSendErrorStatus envelopeId(String envelopeId)
envelopeId.- Returns:
- BulkSendErrorStatus
-
getEnvelopeId
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post..- Returns:
- envelopeId
-
setEnvelopeId
public void setEnvelopeId(String envelopeId)
setEnvelopeId.
-
errorMessage
public BulkSendErrorStatus errorMessage(String errorMessage)
errorMessage.- Returns:
- BulkSendErrorStatus
-
getErrorMessage
public String getErrorMessage()
.- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
setErrorMessage.
-
recipientEmails
public BulkSendErrorStatus recipientEmails(List<String> recipientEmails)
recipientEmails.- Returns:
- BulkSendErrorStatus
-
addRecipientEmailsItem
public BulkSendErrorStatus addRecipientEmailsItem(String recipientEmailsItem)
addRecipientEmailsItem.- Returns:
- BulkSendErrorStatus
-
setRecipientEmails
public void setRecipientEmails(List<String> recipientEmails)
setRecipientEmails.
-
equals
public boolean equals(Object o)
Compares objects.
-
-