Package ai.reveng.model
Class ListFunctionStringsOutputBody
java.lang.Object
ai.reveng.model.ListFunctionStringsOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ListFunctionStringsOutputBody
extends Object
ListFunctionStringsOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStringsItem(FunctionStringItem stringsItem) booleanCreate an instance of ListFunctionStringsOutputBody given an JSON stringGet stringsGet totalStringsinthashCode()voidsetStrings(List<FunctionStringItem> strings) voidsetTotalStrings(Long totalStrings) strings(List<FunctionStringItem> strings) toJson()Convert an instance of ListFunctionStringsOutputBody to an JSON stringtoString()totalStrings(Long totalStrings) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_STRINGS
- See Also:
-
SERIALIZED_NAME_TOTAL_STRINGS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListFunctionStringsOutputBody
public ListFunctionStringsOutputBody()
-
-
Method Details
-
strings
-
addStringsItem
-
getStrings
Get strings- Returns:
- strings
-
setStrings
-
totalStrings
-
getTotalStrings
Get totalStrings- Returns:
- totalStrings
-
setTotalStrings
-
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 ListFunctionStringsOutputBody
-
fromJson
Create an instance of ListFunctionStringsOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListFunctionStringsOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to ListFunctionStringsOutputBody
-
toJson
Convert an instance of ListFunctionStringsOutputBody to an JSON string- Returns:
- JSON string
-