Class ResponseBean

    • Constructor Detail

      • ResponseBean

        public ResponseBean​(int version,
                            int code,
                            String text,
                            Object data)
      • ResponseBean

        public ResponseBean​(int version,
                            int code,
                            String text,
                            Object data,
                            boolean isText)
    • Method Detail

      • getCode

        public int getCode()
      • getText

        public String getText()
      • getVersion

        public int getVersion()
      • getCurrentTime

        public long getCurrentTime()
      • getData

        public Object getData()
      • isString

        public boolean isString()