Class ExternalDocServiceErrorDetails

    • Constructor Detail

      • ExternalDocServiceErrorDetails

        public ExternalDocServiceErrorDetails()
    • Method Detail

      • getAuthenticationUrl

        public String getAuthenticationUrl()
        Reserved: TBD.
        Returns:
        authenticationUrl
      • setAuthenticationUrl

        public void setAuthenticationUrl​(String authenticationUrl)
        setAuthenticationUrl.
      • getErrorCode

        public String getErrorCode()
        .
        Returns:
        errorCode
      • setErrorCode

        public void setErrorCode​(String errorCode)
        setErrorCode.
      • getMessage

        public String getMessage()
        .
        Returns:
        message
      • setMessage

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