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(Long functionId) functionName(String functionName) functionVaddr(Long functionVaddr) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get analysisIdGet binaryIdGet binaryNameGet confidencegetDebug()Get debugUnique identifier of the matched functionGet functionNameGet functionVaddrGet mangledNameGet sha256HashGet similarityinthashCode()mangledName(String mangledName) 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) voidsetConfidence(BigDecimal confidence) voidvoidsetFunctionId(Long functionId) voidsetFunctionName(String functionName) voidsetFunctionVaddr(Long 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
Unique identifier of the matched function- 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
-
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 MatchedFunction 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 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
-