Package ai.reveng.model
Class MatchedFunction
java.lang.Object
ai.reveng.model.MatchedFunction
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class MatchedFunction
extends Object
MatchedFunction
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisId(Integer analysisId) binaryName(String binaryName) confidence(BigDecimal confidence) booleanstatic MatchedFunctionCreate an instance of MatchedFunction given an JSON stringfunctionId(Integer functionId) functionName(String functionName) functionVaddr(Integer functionVaddr) Get analysisIdGet binaryIdGet binaryNameGet confidencegetDebug()Get debugGet functionIdGet functionNameGet functionVaddrGet mangledNameGet sha256HashGet similarityinthashCode()mangledName(String mangledName) voidsetAnalysisId(Integer analysisId) voidsetBinaryId(Integer binaryId) voidsetBinaryName(String binaryName) voidsetConfidence(BigDecimal confidence) voidvoidsetFunctionId(Integer functionId) voidsetFunctionName(String functionName) voidsetFunctionVaddr(Integer functionVaddr) voidsetMangledName(String mangledName) voidsetSha256Hash(String sha256Hash) voidsetSimilarity(BigDecimal similarity) sha256Hash(String sha256Hash) similarity(BigDecimal similarity) toJson()Convert an instance of MatchedFunction 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_BINARY_ID
- See Also:
-
SERIALIZED_NAME_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_FUNCTION_VADDR
- See Also:
-
SERIALIZED_NAME_MANGLED_NAME
- See Also:
-
SERIALIZED_NAME_DEBUG
- See Also:
-
SERIALIZED_NAME_BINARY_NAME
- See Also:
-
SERIALIZED_NAME_SHA256_HASH
- See Also:
-
SERIALIZED_NAME_ANALYSIS_ID
- See Also:
-
SERIALIZED_NAME_SIMILARITY
- See Also:
-
SERIALIZED_NAME_CONFIDENCE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
MatchedFunction
public MatchedFunction()
-
-
Method Details
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
functionName
-
getFunctionName
Get functionName- Returns:
- functionName
-
setFunctionName
-
functionVaddr
-
getFunctionVaddr
Get functionVaddr- Returns:
- functionVaddr
-
setFunctionVaddr
-
mangledName
-
getMangledName
Get mangledName- Returns:
- mangledName
-
setMangledName
-
debug
-
getDebug
Get debug- Returns:
- debug
-
setDebug
-
binaryName
-
getBinaryName
Get binaryName- Returns:
- binaryName
-
setBinaryName
-
sha256Hash
-
getSha256Hash
Get sha256Hash- Returns:
- sha256Hash
-
setSha256Hash
-
analysisId
-
getAnalysisId
Get analysisId- Returns:
- analysisId
-
setAnalysisId
-
similarity
-
getSimilarity
Get similarity- Returns:
- similarity
-
setSimilarity
-
confidence
-
getConfidence
Get confidence- Returns:
- confidence
-
setConfidence
-
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 MatchedFunction
-
fromJson
Create an instance of MatchedFunction given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MatchedFunction
- Throws:
IOException- if the JSON string is invalid with respect to MatchedFunction
-
toJson
Convert an instance of MatchedFunction to an JSON string- Returns:
- JSON string
-