Package ai.reveng.model
Class AppApiRestV2FunctionsTypesFunction
java.lang.Object
ai.reveng.model.AppApiRestV2FunctionsTypesFunction
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AppApiRestV2FunctionsTypesFunction
extends Object
AppApiRestV2FunctionsTypesFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of AppApiRestV2FunctionsTypesFunction given an JSON stringfunctionId(Long functionId) functionMangledName(String functionMangledName) functionName(String functionName) functionSize(Integer functionSize) functionVaddr(Long functionVaddr) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getDebug()Whether the function is debugFunction idMangled name of the functionDemangled name of the functionFunction sizeFunction virtual addressinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidsetFunctionId(Long functionId) voidsetFunctionMangledName(String functionMangledName) voidsetFunctionName(String functionName) voidsetFunctionSize(Integer functionSize) voidsetFunctionVaddr(Long functionVaddr) toJson()Convert an instance of AppApiRestV2FunctionsTypesFunction to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_FUNCTION_MANGLED_NAME
- See Also:
-
SERIALIZED_NAME_FUNCTION_VADDR
- See Also:
-
SERIALIZED_NAME_FUNCTION_SIZE
- See Also:
-
SERIALIZED_NAME_DEBUG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AppApiRestV2FunctionsTypesFunction
public AppApiRestV2FunctionsTypesFunction()
-
-
Method Details
-
functionId
-
getFunctionId
Function id- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
Demangled name of the function- Returns:
- functionName
-
setFunctionName
-
functionMangledName
-
getFunctionMangledName
Mangled name of the function- Returns:
- functionMangledName
-
setFunctionMangledName
-
functionVaddr
-
getFunctionVaddr
Function virtual address- Returns:
- functionVaddr
-
setFunctionVaddr
-
functionSize
-
getFunctionSize
Function size- Returns:
- functionSize
-
setFunctionSize
-
debug
-
getDebug
Whether the function is debug- Returns:
- debug
-
setDebug
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the AppApiRestV2FunctionsTypesFunction instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 AppApiRestV2FunctionsTypesFunction
-
fromJson
Create an instance of AppApiRestV2FunctionsTypesFunction given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AppApiRestV2FunctionsTypesFunction
- Throws:
IOException- if the JSON string is invalid with respect to AppApiRestV2FunctionsTypesFunction
-
toJson
Convert an instance of AppApiRestV2FunctionsTypesFunction to an JSON string- Returns:
- JSON string
-