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) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The function ids the string literal was found withinThe source of the stringgetValue()The value of the string literalinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetFunctions(List<AppApiRestV2FunctionsResponsesFunction> functions) voidsetSource(StringSource source) voidsource(StringSource source) toJson()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:
-
SERIALIZED_NAME_SOURCE
- 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
-
source
-
getSource
The source of the string- Returns:
- source
-
setSource
-
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 StringFunctions 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 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
-