Package ai.reveng.model
Class ListImportedFunctionsOutputBody
java.lang.Object
ai.reveng.model.ListImportedFunctionsOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ListImportedFunctionsOutputBody
extends Object
ListImportedFunctionsOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddImportedFunctionsItem(ImportedFunctionEntry importedFunctionsItem) booleanCreate an instance of ListImportedFunctionsOutputBody given an JSON stringGet importedFunctionsTotal imported functions for the binary, ignoring pagination.inthashCode()importedFunctions(List<ImportedFunctionEntry> importedFunctions) voidsetImportedFunctions(List<ImportedFunctionEntry> importedFunctions) voidsetTotalCount(Long totalCount) toJson()Convert an instance of ListImportedFunctionsOutputBody 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_IMPORTED_FUNCTIONS
- See Also:
-
SERIALIZED_NAME_TOTAL_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListImportedFunctionsOutputBody
public ListImportedFunctionsOutputBody()
-
-
Method Details
-
importedFunctions
public ListImportedFunctionsOutputBody importedFunctions(@Nullable List<ImportedFunctionEntry> importedFunctions) -
addImportedFunctionsItem
public ListImportedFunctionsOutputBody addImportedFunctionsItem(ImportedFunctionEntry importedFunctionsItem) -
getImportedFunctions
Get importedFunctions- Returns:
- importedFunctions
-
setImportedFunctions
-
totalCount
-
getTotalCount
Total imported functions for the binary, 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 ListImportedFunctionsOutputBody
-
fromJson
Create an instance of ListImportedFunctionsOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListImportedFunctionsOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to ListImportedFunctionsOutputBody
-
toJson
Convert an instance of ListImportedFunctionsOutputBody to an JSON string- Returns:
- JSON string
-