Package ai.reveng.model
Class StringFunctions
java.lang.Object
ai.reveng.model.StringFunctions
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class StringFunctions
extends Object
This is a string with the functions where the string is used. A function string is a string literal referenced within a function. When analyzing stripped or obfuscated binaries, function strings can help identify the function’s purpose.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionsItem(AppApiRestV2FunctionsResponsesFunction functionsItem) booleanstatic StringFunctionsCreate an instance of StringFunctions given an JSON stringfunctions(List<AppApiRestV2FunctionsResponsesFunction> functions) The function ids the string literal was found withingetValue()The value of the string literalinthashCode()voidsetFunctions(List<AppApiRestV2FunctionsResponsesFunction> functions) voidtoJson()Convert an instance of StringFunctions 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_VALUE
- See Also:
-
SERIALIZED_NAME_FUNCTIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
StringFunctions
public StringFunctions()
-
-
Method Details
-
value
-
getValue
The value of the string literal- Returns:
- value
-
setValue
-
functions
-
addFunctionsItem
-
getFunctions
The function ids the string literal was found within- Returns:
- functions
-
setFunctions
-
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 StringFunctions
-
fromJson
Create an instance of StringFunctions given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of StringFunctions
- Throws:
IOException- if the JSON string is invalid with respect to StringFunctions
-
toJson
Convert an instance of StringFunctions to an JSON string- Returns:
- JSON string
-