Class BulkSendErrorStatus


  • public class BulkSendErrorStatus
    extends Object
    A single bulk send error report..
    • Constructor Detail

      • BulkSendErrorStatus

        public BulkSendErrorStatus()
    • Method Detail

      • getCreated

        public String getCreated()
        .
        Returns:
        created
      • setCreated

        public void setCreated​(String created)
        setCreated.
      • getEnvelopeId

        public String getEnvelopeId()
        The envelope ID of the envelope status that failed to post..
        Returns:
        envelopeId
      • setEnvelopeId

        public void setEnvelopeId​(String envelopeId)
        setEnvelopeId.
      • getErrorMessage

        public String getErrorMessage()
        .
        Returns:
        errorMessage
      • setErrorMessage

        public void setErrorMessage​(String errorMessage)
        setErrorMessage.
      • addRecipientEmailsItem

        public BulkSendErrorStatus addRecipientEmailsItem​(String recipientEmailsItem)
        addRecipientEmailsItem.
        Returns:
        BulkSendErrorStatus
      • getRecipientEmails

        public List<String> getRecipientEmails()
        .
        Returns:
        recipientEmails
      • setRecipientEmails

        public void setRecipientEmails​(List<String> recipientEmails)
        setRecipientEmails.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object