Package ai.reveng.model
Class ListAnalysisFunctionsDataTypesOutputBody
java.lang.Object
ai.reveng.model.ListAnalysisFunctionsDataTypesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ListAnalysisFunctionsDataTypesOutputBody
extends Object
ListAnalysisFunctionsDataTypesOutputBody
-
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 ListAnalysisFunctionsDataTypesOutputBody given an JSON stringgetItems()Get itemsTotal functions in the analysis, ignoring pagination.inthashCode()items(List<DataTypesEntry> items) voidsetItems(List<DataTypesEntry> items) voidsetTotalCount(Long totalCount) toJson()Convert an instance of ListAnalysisFunctionsDataTypesOutputBody to an JSON stringtoString()totalCount(Long totalCount) 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:
-
SERIALIZED_NAME_TOTAL_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListAnalysisFunctionsDataTypesOutputBody
public ListAnalysisFunctionsDataTypesOutputBody()
-
-
Method Details
-
items
-
addItemsItem
-
getItems
Get items- Returns:
- items
-
setItems
-
totalCount
-
getTotalCount
Total functions in the analysis, ignoring pagination.- Returns:
- totalCount
-
setTotalCount
-
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 ListAnalysisFunctionsDataTypesOutputBody
-
fromJson
public static ListAnalysisFunctionsDataTypesOutputBody fromJson(String jsonString) throws IOException Create an instance of ListAnalysisFunctionsDataTypesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListAnalysisFunctionsDataTypesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to ListAnalysisFunctionsDataTypesOutputBody
-
toJson
Convert an instance of ListAnalysisFunctionsDataTypesOutputBody to an JSON string- Returns:
- JSON string
-