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 stringDisassembly is broken into control flow blocksLocal variables associated with this functionGet overviewCommentParams associated with this functioninthashCode()localVariables(List<FunctionLocalVariableResponse> localVariables) overviewComment(String overviewComment) params(List<FunctionParamResponse> params) 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
Get overviewComment- Returns:
- overviewComment
-
setOverviewComment
-
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
-