Package ai.reveng.model
Class FunctionsDetailResponse
java.lang.Object
ai.reveng.model.FunctionsDetailResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionsDetailResponse
extends Object
FunctionsDetailResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisId(Integer analysisId) binaryName(String binaryName) booleanstatic FunctionsDetailResponseCreate an instance of FunctionsDetailResponse given an JSON stringfunctionId(Long functionId) functionName(String functionName) functionNameMangled(String functionNameMangled) functionSize(Integer functionSize) functionVaddr(Long functionVaddr) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get analysisIdGet binaryIdGet binaryNamegetDebug()Get debugGet debugHashFunction idGet functionNameGet functionNameMangledGet functionSizeGet functionVaddrGet sha256HashinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAnalysisId(Integer analysisId) voidsetBinaryId(Integer binaryId) voidsetBinaryName(String binaryName) voidvoidsetDebugHash(String debugHash) voidsetFunctionId(Long functionId) voidsetFunctionName(String functionName) voidsetFunctionNameMangled(String functionNameMangled) voidsetFunctionSize(Integer functionSize) voidsetFunctionVaddr(Long functionVaddr) voidsetSha256Hash(String sha256Hash) sha256Hash(String sha256Hash) toJson()Convert an instance of FunctionsDetailResponse 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_NAME_MANGLED
- See Also:
-
SERIALIZED_NAME_FUNCTION_VADDR
- See Also:
-
SERIALIZED_NAME_FUNCTION_SIZE
- See Also:
-
SERIALIZED_NAME_ANALYSIS_ID
- See Also:
-
SERIALIZED_NAME_BINARY_ID
- See Also:
-
SERIALIZED_NAME_BINARY_NAME
- See Also:
-
SERIALIZED_NAME_SHA256_HASH
- See Also:
-
SERIALIZED_NAME_DEBUG_HASH
- See Also:
-
SERIALIZED_NAME_DEBUG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionsDetailResponse
public FunctionsDetailResponse()
-
-
Method Details
-
functionId
-
getFunctionId
Function id- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
Get functionName- Returns:
- functionName
-
setFunctionName
-
functionNameMangled
-
getFunctionNameMangled
Get functionNameMangled- Returns:
- functionNameMangled
-
setFunctionNameMangled
-
functionVaddr
-
getFunctionVaddr
Get functionVaddr- Returns:
- functionVaddr
-
setFunctionVaddr
-
functionSize
-
getFunctionSize
Get functionSize- Returns:
- functionSize
-
setFunctionSize
-
analysisId
-
getAnalysisId
Get analysisId- Returns:
- analysisId
-
setAnalysisId
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
binaryName
-
getBinaryName
Get binaryName- Returns:
- binaryName
-
setBinaryName
-
sha256Hash
-
getSha256Hash
Get sha256Hash- Returns:
- sha256Hash
-
setSha256Hash
-
debugHash
-
getDebugHash
Get debugHash- Returns:
- debugHash
-
setDebugHash
-
debug
-
getDebug
Get 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 FunctionsDetailResponse 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 FunctionsDetailResponse
-
fromJson
Create an instance of FunctionsDetailResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionsDetailResponse
- Throws:
IOException- if the JSON string is invalid with respect to FunctionsDetailResponse
-
toJson
Convert an instance of FunctionsDetailResponse to an JSON string- Returns:
- JSON string
-