Class RestApiInternalRequestTag.Result

    • Constructor Detail

      • Result

        public Result​(String json)
      • Result

        public Result​(int statusCode,
                      String message)
    • Method Detail

      • getJson

        @Nullable
        public String getJson()
      • getStatusCode

        public int getStatusCode()
      • getError

        @Nullable
        public String getError()