Package ai.reveng.model
Class CapabilityEntry
java.lang.Object
ai.reveng.model.CapabilityEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CapabilityEntry
extends Object
CapabilityEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapability(String capability) description(String description) booleanstatic CapabilityEntryCreate an instance of CapabilityEntry given an JSON stringfunctionId(Long functionId) functionName(String functionName) Get capabilityGet descriptionGet functionIdGet functionNamegetType()Get typegetVaddr()Get vaddrinthashCode()voidsetCapability(String capability) voidsetDescription(String description) voidsetFunctionId(Long functionId) voidsetFunctionName(String functionName) voidvoidtoJson()Convert an instance of CapabilityEntry 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_CAPABILITY
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VADDR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CapabilityEntry
public CapabilityEntry()
-
-
Method Details
-
capability
-
getCapability
Get capability- Returns:
- capability
-
setCapability
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
Get functionName- Returns:
- functionName
-
setFunctionName
-
type
-
getType
Get type- Returns:
- type
-
setType
-
vaddr
-
getVaddr
Get vaddr- Returns:
- vaddr
-
setVaddr
-
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 CapabilityEntry
-
fromJson
Create an instance of CapabilityEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CapabilityEntry
- Throws:
IOException- if the JSON string is invalid with respect to CapabilityEntry
-
toJson
Convert an instance of CapabilityEntry to an JSON string- Returns:
- JSON string
-