Package ai.reveng.model
Class GenerationStatusList
java.lang.Object
ai.reveng.model.GenerationStatusList
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class GenerationStatusList
extends Object
GenerationStatusList
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(FunctionDataTypesStatus itemsItem) booleanstatic GenerationStatusListCreate an instance of GenerationStatusList given an JSON stringgetItems()List of function data types informationTotal number of functions in analysisTotal number of functions with data typesinthashCode()items(List<FunctionDataTypesStatus> items) voidsetItems(List<FunctionDataTypesStatus> items) voidsetTotalCount(Integer totalCount) voidsetTotalDataTypesCount(Integer totalDataTypesCount) toJson()Convert an instance of GenerationStatusList 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
-
GenerationStatusList
public GenerationStatusList()
-
-
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 GenerationStatusList
-
fromJson
Create an instance of GenerationStatusList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GenerationStatusList
- Throws:
IOException- if the JSON string is invalid with respect to GenerationStatusList
-
toJson
Convert an instance of GenerationStatusList to an JSON string- Returns:
- JSON string
-