Package ai.reveng.model
Class FunctionBlockResponse
java.lang.Object
ai.reveng.model.FunctionBlockResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionBlockResponse
extends Object
FunctionBlockResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAsmItem(String asmItem) addDestinationsItem(FunctionBlockDestinationResponse destinationsItem) destinations(List<FunctionBlockDestinationResponse> destinations) booleanstatic FunctionBlockResponseCreate an instance of FunctionBlockResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getAsm()The ordered assembly strings for this chunkAn optional comment associated with this block, if anyThe potential execution flow destinations from this blockgetId()ID of the blockThe maximum vaddr of the blockThe minimum vaddr of the blockinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidsetComment(String comment) voidsetDestinations(List<FunctionBlockDestinationResponse> destinations) voidvoidsetMaxAddr(Integer maxAddr) voidsetMinAddr(Integer minAddr) toJson()Convert an instance of FunctionBlockResponse 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_ASM
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_MIN_ADDR
- See Also:
-
SERIALIZED_NAME_MAX_ADDR
- See Also:
-
SERIALIZED_NAME_DESTINATIONS
- See Also:
-
SERIALIZED_NAME_COMMENT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionBlockResponse
public FunctionBlockResponse()
-
-
Method Details
-
asm
-
addAsmItem
-
getAsm
The ordered assembly strings for this chunk- Returns:
- asm
-
setAsm
-
id
-
getId
ID of the block- Returns:
- id
-
setId
-
minAddr
-
getMinAddr
The minimum vaddr of the block- Returns:
- minAddr
-
setMinAddr
-
maxAddr
-
getMaxAddr
The maximum vaddr of the block- Returns:
- maxAddr
-
setMaxAddr
-
destinations
public FunctionBlockResponse destinations(@Nonnull List<FunctionBlockDestinationResponse> destinations) -
addDestinationsItem
-
getDestinations
The potential execution flow destinations from this block- Returns:
- destinations
-
setDestinations
-
comment
-
getComment
An optional comment associated with this block, if any- Returns:
- comment
-
setComment
-
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 FunctionBlockResponse 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 FunctionBlockResponse
-
fromJson
Create an instance of FunctionBlockResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionBlockResponse
- Throws:
IOException- if the JSON string is invalid with respect to FunctionBlockResponse
-
toJson
Convert an instance of FunctionBlockResponse to an JSON string- Returns:
- JSON string
-