Class ServerResponse

    • Constructor Detail

      • ServerResponse

        public ServerResponse​(int responseCode,
                              String message,
                              String entity)
    • Method Detail

      • getMessage

        public String getMessage()
      • getEntity

        public String getEntity()
      • getResponseCode

        public int getResponseCode()
      • getExceptionMessage

        public String getExceptionMessage()