Class BulkSendBatchError


  • public class BulkSendBatchError
    extends Object
    BulkSendBatchError.
    • Constructor Detail

      • BulkSendBatchError

        public BulkSendBatchError()
    • Method Detail

      • getError

        public String getError()
        .
        Returns:
        error
      • setError

        public void setError​(String error)
        setError.
      • getErrorDetail

        public String getErrorDetail()
        .
        Returns:
        errorDetail
      • setErrorDetail

        public void setErrorDetail​(String errorDetail)
        setErrorDetail.
      • 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