Class BaseResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(int code, java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • BaseResponse

        public BaseResponse()
    • Method Detail

      • set

        public void set​(int code,
                        java.lang.String message)