Class ErrorResponse


  • public class ErrorResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCode()  
      java.lang.String[] getMessage()  
      java.lang.String getType()  
      void setCode​(java.lang.Integer code)  
      void setMessage​(java.lang.String[] message)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse()
    • Method Detail

      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()
      • setCode

        public void setCode​(java.lang.Integer code)
      • getCode

        public java.lang.Integer getCode()
      • setMessage

        public void setMessage​(java.lang.String[] message)
      • getMessage

        public java.lang.String[] getMessage()