Package ai.reveng.model
Class FunctionDetailsOutputBody
java.lang.Object
ai.reveng.model.FunctionDetailsOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionDetailsOutputBody
extends Object
FunctionDetailsOutputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisId(Long analysisId) creation(OffsetDateTime creation) booleanstatic FunctionDetailsOutputBodyCreate an instance of FunctionDetailsOutputBody given an JSON stringfunctionId(Long functionId) functionName(String functionName) functionSize(Long functionSize) functionVaddr(Long functionVaddr) Get analysisIdGet binaryIdGet creationgetDebug()Get debugGet functionIdGet functionNameGet functionSizeGet functionVaddrGet mangledNameGet sourceFunctionIdinthashCode()mangledName(String mangledName) voidsetAnalysisId(Long analysisId) voidsetBinaryId(Long binaryId) voidsetCreation(OffsetDateTime creation) voidvoidsetFunctionId(Long functionId) voidsetFunctionName(String functionName) voidsetFunctionSize(Long functionSize) voidsetFunctionVaddr(Long functionVaddr) voidsetMangledName(String mangledName) voidsetSourceFunctionId(Long sourceFunctionId) sourceFunctionId(Long sourceFunctionId) toJson()Convert an instance of FunctionDetailsOutputBody 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_ANALYSIS_ID
- See Also:
-
SERIALIZED_NAME_BINARY_ID
- See Also:
-
SERIALIZED_NAME_CREATION
- See Also:
-
SERIALIZED_NAME_DEBUG
- See Also:
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_FUNCTION_SIZE
- See Also:
-
SERIALIZED_NAME_FUNCTION_VADDR
- See Also:
-
SERIALIZED_NAME_MANGLED_NAME
- See Also:
-
SERIALIZED_NAME_SOURCE_FUNCTION_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionDetailsOutputBody
public FunctionDetailsOutputBody()
-
-
Method Details
-
analysisId
-
getAnalysisId
Get analysisId- Returns:
- analysisId
-
setAnalysisId
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
creation
-
getCreation
Get creation- Returns:
- creation
-
setCreation
-
debug
-
getDebug
Get debug- Returns:
- debug
-
setDebug
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
Get functionName- Returns:
- functionName
-
setFunctionName
-
functionSize
-
getFunctionSize
Get functionSize- Returns:
- functionSize
-
setFunctionSize
-
functionVaddr
-
getFunctionVaddr
Get functionVaddr- Returns:
- functionVaddr
-
setFunctionVaddr
-
mangledName
-
getMangledName
Get mangledName- Returns:
- mangledName
-
setMangledName
-
sourceFunctionId
-
getSourceFunctionId
Get sourceFunctionId- Returns:
- sourceFunctionId
-
setSourceFunctionId
-
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 FunctionDetailsOutputBody
-
fromJson
Create an instance of FunctionDetailsOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionDetailsOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to FunctionDetailsOutputBody
-
toJson
Convert an instance of FunctionDetailsOutputBody to an JSON string- Returns:
- JSON string
-