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(Integer functionId) functionVaddr(Long functionVaddr) Unique identifier of the matched functionVirtual address of the matched functionDe-mangled name of the function group that contains the matched functionsGet suggestedNameinthashCode()voidsetFunctionId(Integer 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
Get suggestedName- Returns:
- suggestedName
-
setSuggestedName
-
suggestedDemangledName
-
getSuggestedDemangledName
De-mangled name of the function group that contains the matched functions- Returns:
- suggestedDemangledName
-
setSuggestedDemangledName
-
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
-