Class ClientDisconnectedProblem


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ClientDisconnectedProblem
    extends Problem
    Your client has gone away.
    • Field Detail

      • openapiRequiredFields

        public static HashSet<String> openapiRequiredFields
    • Constructor Detail

      • ClientDisconnectedProblem

        public ClientDisconnectedProblem()
    • Method Detail

      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to ClientDisconnectedProblem
      • fromJson

        public static ClientDisconnectedProblem fromJson​(String jsonString)
                                                  throws IOException
        Create an instance of ClientDisconnectedProblem given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ClientDisconnectedProblem
        Throws:
        IOException - if the JSON string is invalid with respect to ClientDisconnectedProblem
      • toJson

        public String toJson()
        Convert an instance of ClientDisconnectedProblem to an JSON string
        Overrides:
        toJson in class Problem
        Returns:
        JSON string