Class FunctionDataTypesParams

java.lang.Object
ai.reveng.model.FunctionDataTypesParams

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

  • Constructor Details

    • FunctionDataTypesParams

      public FunctionDataTypesParams()
  • Method Details

    • functionIds

      public FunctionDataTypesParams functionIds(@Nonnull List<Integer> functionIds)
    • addFunctionIdsItem

      public FunctionDataTypesParams addFunctionIdsItem(Integer functionIdsItem)
    • getFunctionIds

      @Nonnull public List<Integer> getFunctionIds()
      The function ID's to generate/get data types for
      Returns:
      functionIds
    • setFunctionIds

      public void setFunctionIds(@Nonnull List<Integer> functionIds)
    • 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 FunctionDataTypesParams
    • fromJson

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

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