Class BatchUpdateDataTypesItem

java.lang.Object
ai.reveng.model.BatchUpdateDataTypesItem

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

  • Constructor Details

    • BatchUpdateDataTypesItem

      public BatchUpdateDataTypesItem()
  • Method Details

    • dataTypes

      public BatchUpdateDataTypesItem dataTypes(@Nullable Object dataTypes)
    • getDataTypes

      @Nullable public Object getDataTypes()
      Get dataTypes
      Returns:
      dataTypes
    • setDataTypes

      public void setDataTypes(@Nullable Object dataTypes)
    • dataTypesVersion

      public BatchUpdateDataTypesItem dataTypesVersion(@Nonnull Long dataTypesVersion)
    • getDataTypesVersion

      @Nonnull public Long getDataTypesVersion()
      Current stored version. Pass 0 on the first write. minimum: 0
      Returns:
      dataTypesVersion
    • setDataTypesVersion

      public void setDataTypesVersion(@Nonnull Long dataTypesVersion)
    • functionId

      public BatchUpdateDataTypesItem functionId(@Nonnull Long functionId)
    • getFunctionId

      @Nonnull public Long getFunctionId()
      Function ID minimum: 1
      Returns:
      functionId
    • setFunctionId

      public void setFunctionId(@Nonnull Long functionId)
    • 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 BatchUpdateDataTypesItem
    • fromJson

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

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