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 stringgetAsm()The ordered assembly strings for this chunkGet commentThe potential execution flow destinations from this blockgetId()ID of the blockThe maximum vaddr of the blockThe minimum vaddr of the blockinthashCode()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
Get comment- Returns:
- comment
-
setComment
-
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
-