Package ai.reveng.model
Class FunctionDataTypesList
java.lang.Object
ai.reveng.model.FunctionDataTypesList
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionDataTypesList
extends Object
FunctionDataTypesList
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(FunctionDataTypesListItem itemsItem) booleanstatic FunctionDataTypesListCreate an instance of FunctionDataTypesList given an JSON stringgetItems()List of function data types informationTotal number of functions in analysisTotal number of functions with data typesinthashCode()items(List<FunctionDataTypesListItem> items) voidsetItems(List<FunctionDataTypesListItem> items) voidsetTotalCount(Integer totalCount) voidsetTotalDataTypesCount(Integer totalDataTypesCount) toJson()Convert an instance of FunctionDataTypesList to an JSON stringtoString()totalCount(Integer totalCount) totalDataTypesCount(Integer totalDataTypesCount) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TOTAL_COUNT
- See Also:
-
SERIALIZED_NAME_TOTAL_DATA_TYPES_COUNT
- See Also:
-
SERIALIZED_NAME_ITEMS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionDataTypesList
public FunctionDataTypesList()
-
-
Method Details
-
totalCount
-
getTotalCount
Total number of functions in analysis- Returns:
- totalCount
-
setTotalCount
-
totalDataTypesCount
-
getTotalDataTypesCount
Total number of functions with data types- Returns:
- totalDataTypesCount
-
setTotalDataTypesCount
-
items
-
addItemsItem
-
getItems
List of function data types information- 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 FunctionDataTypesList
-
fromJson
Create an instance of FunctionDataTypesList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionDataTypesList
- Throws:
IOException- if the JSON string is invalid with respect to FunctionDataTypesList
-
toJson
Convert an instance of FunctionDataTypesList to an JSON string- Returns:
- JSON string
-