Package ai.reveng.model
Class BatchUpdateDataTypesInputBody
java.lang.Object
ai.reveng.model.BatchUpdateDataTypesInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BatchUpdateDataTypesInputBody
extends Object
BatchUpdateDataTypesInputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionsItem(BatchUpdateDataTypesItem functionsItem) booleanCreate an instance of BatchUpdateDataTypesInputBody given an JSON stringfunctions(List<BatchUpdateDataTypesItem> functions) List of functions to update.inthashCode()voidsetFunctions(List<BatchUpdateDataTypesItem> functions) toJson()Convert an instance of BatchUpdateDataTypesInputBody to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_FUNCTIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BatchUpdateDataTypesInputBody
public BatchUpdateDataTypesInputBody()
-
-
Method Details
-
functions
-
addFunctionsItem
-
getFunctions
List of functions to update. All function IDs must belong to the analysis in the URL.- Returns:
- functions
-
setFunctions
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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 BatchUpdateDataTypesInputBody
-
fromJson
Create an instance of BatchUpdateDataTypesInputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BatchUpdateDataTypesInputBody
- Throws:
IOException- if the JSON string is invalid with respect to BatchUpdateDataTypesInputBody
-
toJson
Convert an instance of BatchUpdateDataTypesInputBody to an JSON string- Returns:
- JSON string
-