Package ai.reveng.model
Class MatchedFunctionSuggestion
java.lang.Object
ai.reveng.model.MatchedFunctionSuggestion
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class MatchedFunctionSuggestion
extends Object
MatchedFunctionSuggestion
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic MatchedFunctionSuggestionCreate an instance of MatchedFunctionSuggestion given an JSON stringfunctionId(Long functionId) functionVaddr(Long functionVaddr) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Unique identifier of the matched functionVirtual address of the matched functionDe-mangled name of the function group that contains the matched functionsMangled name of the function group that contains the matched functionsinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetFunctionId(Long functionId) voidsetFunctionVaddr(Long functionVaddr) voidsetSuggestedDemangledName(String suggestedDemangledName) voidsetSuggestedName(String suggestedName) suggestedDemangledName(String suggestedDemangledName) suggestedName(String suggestedName) toJson()Convert an instance of MatchedFunctionSuggestion 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_VADDR
- See Also:
-
SERIALIZED_NAME_SUGGESTED_NAME
- See Also:
-
SERIALIZED_NAME_SUGGESTED_DEMANGLED_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
MatchedFunctionSuggestion
public MatchedFunctionSuggestion()
-
-
Method Details
-
functionId
-
getFunctionId
Unique identifier of the matched function- Returns:
- functionId
-
setFunctionId
-
functionVaddr
-
getFunctionVaddr
Virtual address of the matched function- Returns:
- functionVaddr
-
setFunctionVaddr
-
suggestedName
-
getSuggestedName
Mangled name of the function group that contains the matched functions- Returns:
- suggestedName
-
setSuggestedName
-
suggestedDemangledName
-
getSuggestedDemangledName
De-mangled name of the function group that contains the matched functions- Returns:
- suggestedDemangledName
-
setSuggestedDemangledName
-
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 MatchedFunctionSuggestion 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 MatchedFunctionSuggestion
-
fromJson
Create an instance of MatchedFunctionSuggestion given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MatchedFunctionSuggestion
- Throws:
IOException- if the JSON string is invalid with respect to MatchedFunctionSuggestion
-
toJson
Convert an instance of MatchedFunctionSuggestion to an JSON string- Returns:
- JSON string
-