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(Integer functionVaddr) Unique identifier of the matched functionVirtual address of the matched functionName of the function group that contains the matched functionsinthashCode()voidsetFunctionId(Integer functionId) voidsetFunctionVaddr(Integer functionVaddr) voidsetSuggestedName(String suggestedName) 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:
-
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
Name of the function group that contains the matched functions- Returns:
- suggestedName
-
setSuggestedName
-
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
-