Class GenerateFunctionDataTypes

java.lang.Object
ai.reveng.model.GenerateFunctionDataTypes

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

  • Constructor Details

    • GenerateFunctionDataTypes

      public GenerateFunctionDataTypes()
  • Method Details

    • queued

      @Deprecated public GenerateFunctionDataTypes queued(@Nonnull Boolean queued)
      Deprecated.
    • getQueued

      @Deprecated @Nonnull public Boolean getQueued()
      Deprecated.
      [DEPRECATED] This value has been replaced with the `data_types_list` field
      Returns:
      queued
    • setQueued

      @Deprecated public void setQueued(@Nonnull Boolean queued)
      Deprecated.
    • reference

      @Deprecated public GenerateFunctionDataTypes reference(@Nonnull String reference)
      Deprecated.
    • getReference

      @Deprecated @Nonnull public String getReference()
      Deprecated.
      [DEPRECATED] This value has been replaced with the `data_types_list` field
      Returns:
      reference
    • setReference

      @Deprecated public void setReference(@Nonnull String reference)
      Deprecated.
    • dataTypesList

      public GenerateFunctionDataTypes dataTypesList(@Nonnull GenerationStatusList dataTypesList)
    • getDataTypesList

      @Nonnull public GenerationStatusList getDataTypesList()
      List of function data types information that are either already generated, or now queued for generation
      Returns:
      dataTypesList
    • setDataTypesList

      public void setDataTypesList(@Nonnull GenerationStatusList dataTypesList)
    • 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 GenerateFunctionDataTypes
    • fromJson

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

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