Class DataTypesEntry

java.lang.Object
ai.reveng.model.DataTypesEntry

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

  • Constructor Details

    • DataTypesEntry

      public DataTypesEntry()
  • Method Details

    • dataTypes

      public DataTypesEntry dataTypes(@Nullable FunctionInfo dataTypes)
    • getDataTypes

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

      public void setDataTypes(@Nullable FunctionInfo dataTypes)
    • dataTypesVersion

      public DataTypesEntry dataTypesVersion(@Nonnull Long dataTypesVersion)
    • getDataTypesVersion

      @Nonnull public Long getDataTypesVersion()
      Current version of the function data types. Pass this back on the next write to satisfy the CAS check.
      Returns:
      dataTypesVersion
    • setDataTypesVersion

      public void setDataTypesVersion(@Nonnull Long dataTypesVersion)
    • functionId

      public DataTypesEntry functionId(@Nonnull Long functionId)
    • getFunctionId

      @Nonnull public Long getFunctionId()
      Get functionId
      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 DataTypesEntry
    • fromJson

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

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