Class ConflictProblem


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ConflictProblem
    extends Problem
    You cannot create a new job if one is already in progress.
    • Field Detail

      • openapiRequiredFields

        public static HashSet<String> openapiRequiredFields
    • Constructor Detail

      • ConflictProblem

        public ConflictProblem()
    • 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 ConflictProblem
      • fromJson

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

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