Package ai.reveng.model
Class ListFunctionsDataTypesOutputBody
java.lang.Object
ai.reveng.model.ListFunctionsDataTypesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ListFunctionsDataTypesOutputBody
extends Object
ListFunctionsDataTypesOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(DataTypesEntry itemsItem) booleanCreate an instance of ListFunctionsDataTypesOutputBody given an JSON stringgetItems()Get itemsinthashCode()items(List<DataTypesEntry> items) voidsetItems(List<DataTypesEntry> items) toJson()Convert an instance of ListFunctionsDataTypesOutputBody 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_ITEMS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListFunctionsDataTypesOutputBody
public ListFunctionsDataTypesOutputBody()
-
-
Method Details
-
items
-
addItemsItem
-
getItems
Get items- Returns:
- items
-
setItems
-
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 ListFunctionsDataTypesOutputBody
-
fromJson
Create an instance of ListFunctionsDataTypesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListFunctionsDataTypesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to ListFunctionsDataTypesOutputBody
-
toJson
Convert an instance of ListFunctionsDataTypesOutputBody to an JSON string- Returns:
- JSON string
-