Class SubscriptionProvisionModelServiceErrorDetails

    • Constructor Detail

      • SubscriptionProvisionModelServiceErrorDetails

        public SubscriptionProvisionModelServiceErrorDetails()
    • Method Detail

      • getErrorCode

        public String getErrorCode()
        Get errorCode.
        Returns:
        errorCode
      • setErrorCode

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

        public String getPublicErrorCode()
        Get publicErrorCode.
        Returns:
        publicErrorCode
      • setPublicErrorCode

        public void setPublicErrorCode​(String publicErrorCode)
        setPublicErrorCode.
      • getErrorDescription

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

        public void setErrorDescription​(String errorDescription)
        setErrorDescription.
      • isIsSystemError

        public Boolean isIsSystemError()
        Get isSystemError.
        Returns:
        isSystemError
      • setIsSystemError

        public void setIsSystemError​(Boolean isSystemError)
        setIsSystemError.
      • 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