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) A list of functions to renameinthashCode()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
-
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
-