Class ServiceErrorDetails


  • public class ServiceErrorDetails
    extends Object
    ServiceErrorDetails
    • Constructor Detail

      • ServiceErrorDetails

        public ServiceErrorDetails()
    • Method Detail

      • getErrorCode

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

        public void setErrorCode​(String errorCode)
        errorCode
        Parameters:
        errorCode -
      • getErrorType

        public String getErrorType()
        Get errorType
        Returns:
        errorType
      • setErrorType

        public void setErrorType​(String errorType)
        errorType
        Parameters:
        errorType -
      • getMessage

        public String getMessage()
        Get message
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
        message
        Parameters:
        message -
      • getPspReference

        public String getPspReference()
        Get pspReference
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
        pspReference
        Parameters:
        pspReference -
      • equals

        public boolean equals​(Object o)
        Return true if this ServiceErrorDetails object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static ServiceErrorDetails fromJson​(String jsonString)
                                            throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ServiceErrorDetails given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ServiceErrorDetails
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ServiceErrorDetails
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ServiceErrorDetails to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException