Class ProcessRegistry

java.lang.Object
ai.reveng.model.ProcessRegistry

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessRegistry extends Object
ProcessRegistry
  • Field Details

  • Constructor Details

    • ProcessRegistry

      public ProcessRegistry()
  • Method Details

    • success

      public ProcessRegistry success(@Nonnull Boolean success)
    • getSuccess

      @Nonnull public Boolean getSuccess()
      Get success
      Returns:
      success
    • setSuccess

      public void setSuccess(@Nonnull Boolean success)
    • data

      public ProcessRegistry data(@Nonnull Map<String,List<Registry>> data)
    • putDataItem

      public ProcessRegistry putDataItem(String key, List<Registry> dataItem)
    • getData

      @Nonnull public Map<String,List<Registry>> getData()
      Get data
      Returns:
      data
    • setData

      public void setData(@Nonnull Map<String,List<Registry>> data)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to ProcessRegistry
    • fromJson

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

      public String toJson()
      Convert an instance of ProcessRegistry to an JSON string
      Returns:
      JSON string