Package ai.reveng.model
Class Capability
java.lang.Object
ai.reveng.model.Capability
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Capability
extends Object
Capability
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCapabilitiesItem(String capabilitiesItem) capabilities(List<String> capabilities) booleanstatic CapabilityCreate an instance of Capability given an JSON stringfunctionName(String functionName) functionVaddr(Integer functionVaddr) The list of capabilities associated with the functionThe name of the function with a capabilityThe virtual address of the function where the capability comes frominthashCode()voidsetCapabilities(List<String> capabilities) voidsetFunctionName(String functionName) voidsetFunctionVaddr(Integer functionVaddr) toJson()Convert an instance of Capability 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_NAME
- See Also:
-
SERIALIZED_NAME_FUNCTION_VADDR
- See Also:
-
SERIALIZED_NAME_CAPABILITIES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Capability
public Capability()
-
-
Method Details
-
functionName
-
getFunctionName
The name of the function with a capability- Returns:
- functionName
-
setFunctionName
-
functionVaddr
-
getFunctionVaddr
The virtual address of the function where the capability comes from- Returns:
- functionVaddr
-
setFunctionVaddr
-
capabilities
-
addCapabilitiesItem
-
getCapabilities
The list of capabilities associated with the function- Returns:
- capabilities
-
setCapabilities
-
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 Capability
-
fromJson
Create an instance of Capability given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Capability
- Throws:
IOException- if the JSON string is invalid with respect to Capability
-
toJson
Convert an instance of Capability to an JSON string- Returns:
- JSON string
-