Package ai.reveng.model
Class ListAnalysisFunctionsOutputBody
java.lang.Object
ai.reveng.model.ListAnalysisFunctionsOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ListAnalysisFunctionsOutputBody
extends Object
ListAnalysisFunctionsOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionsItem(AnalysisFunctionEntry functionsItem) booleanCreate an instance of ListAnalysisFunctionsOutputBody given an JSON stringfunctions(List<AnalysisFunctionEntry> functions) Get functionsTotal functions in the analysis, ignoring pagination.inthashCode()voidsetFunctions(List<AnalysisFunctionEntry> functions) voidsetTotalCount(Long totalCount) toJson()Convert an instance of ListAnalysisFunctionsOutputBody 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_FUNCTIONS
- See Also:
-
SERIALIZED_NAME_TOTAL_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListAnalysisFunctionsOutputBody
public ListAnalysisFunctionsOutputBody()
-
-
Method Details
-
functions
-
addFunctionsItem
-
getFunctions
Get functions- Returns:
- functions
-
setFunctions
-
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 ListAnalysisFunctionsOutputBody
-
fromJson
Create an instance of ListAnalysisFunctionsOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListAnalysisFunctionsOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to ListAnalysisFunctionsOutputBody
-
toJson
Convert an instance of ListAnalysisFunctionsOutputBody to an JSON string- Returns:
- JSON string
-