Package ai.reveng.model
Class FunctionBlocksResponse
java.lang.Object
ai.reveng.model.FunctionBlocksResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionBlocksResponse
extends Object
Response for returning disassembly of a function.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBlocksItem(FunctionBlockResponse blocksItem) addLocalVariablesItem(FunctionLocalVariableResponse localVariablesItem) addParamsItem(FunctionParamResponse paramsItem) blocks(List<FunctionBlockResponse> blocks) booleanstatic FunctionBlocksResponseCreate an instance of FunctionBlocksResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Disassembly is broken into control flow blocksLocal variables associated with this functionAn overview comment for the whole functionParams associated with this functioninthashCode()localVariables(List<FunctionLocalVariableResponse> localVariables) overviewComment(String overviewComment) params(List<FunctionParamResponse> params) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetBlocks(List<FunctionBlockResponse> blocks) voidsetLocalVariables(List<FunctionLocalVariableResponse> localVariables) voidsetOverviewComment(String overviewComment) voidsetParams(List<FunctionParamResponse> params) toJson()Convert an instance of FunctionBlocksResponse 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_BLOCKS
- See Also:
-
SERIALIZED_NAME_LOCAL_VARIABLES
- See Also:
-
SERIALIZED_NAME_PARAMS
- See Also:
-
SERIALIZED_NAME_OVERVIEW_COMMENT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionBlocksResponse
public FunctionBlocksResponse()
-
-
Method Details
-
blocks
-
addBlocksItem
-
getBlocks
Disassembly is broken into control flow blocks- Returns:
- blocks
-
setBlocks
-
localVariables
public FunctionBlocksResponse localVariables(@Nonnull List<FunctionLocalVariableResponse> localVariables) -
addLocalVariablesItem
public FunctionBlocksResponse addLocalVariablesItem(FunctionLocalVariableResponse localVariablesItem) -
getLocalVariables
Local variables associated with this function- Returns:
- localVariables
-
setLocalVariables
-
params
-
addParamsItem
-
getParams
Params associated with this function- Returns:
- params
-
setParams
-
overviewComment
-
getOverviewComment
An overview comment for the whole function- Returns:
- overviewComment
-
setOverviewComment
-
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 FunctionBlocksResponse 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 FunctionBlocksResponse
-
fromJson
Create an instance of FunctionBlocksResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionBlocksResponse
- Throws:
IOException- if the JSON string is invalid with respect to FunctionBlocksResponse
-
toJson
Convert an instance of FunctionBlocksResponse to an JSON string- Returns:
- JSON string
-