Class OETRErrorDetails


  • public class OETRErrorDetails
    extends Object
    OETRErrorDetails.
    • Constructor Detail

      • OETRErrorDetails

        public OETRErrorDetails()
    • Method Detail

      • getError

        public String getError()
        Get error.
        Returns:
        error
      • setError

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

        public OETRErrorDetails errorDescription​(String errorDescription)
        errorDescription.
        Returns:
        OETRErrorDetails
      • getErrorDescription

        public String getErrorDescription()
        Get errorDescription.
        Returns:
        errorDescription
      • setErrorDescription

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