Package ai.reveng.model
Class FunctionsListRename
java.lang.Object
ai.reveng.model.FunctionsListRename
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionsListRename
extends Object
FunctionsListRename
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionsItem(FunctionRenameMap functionsItem) booleanstatic FunctionsListRenameCreate an instance of FunctionsListRename given an JSON stringfunctions(List<FunctionRenameMap> functions) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.A list of functions to renameinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetFunctions(List<FunctionRenameMap> functions) toJson()Convert an instance of FunctionsListRename 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
-
FunctionsListRename
public FunctionsListRename()
-
-
Method Details
-
functions
-
addFunctionsItem
-
getFunctions
A list of functions to rename- Returns:
- functions
-
setFunctions
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the FunctionsListRename instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 FunctionsListRename
-
fromJson
Create an instance of FunctionsListRename given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionsListRename
- Throws:
IOException- if the JSON string is invalid with respect to FunctionsListRename
-
toJson
Convert an instance of FunctionsListRename to an JSON string- Returns:
- JSON string
-