Package ai.reveng.model
Class DisassemblyOutputBody
java.lang.Object
ai.reveng.model.DisassemblyOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class DisassemblyOutputBody
extends Object
DisassemblyOutputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbasicBlocks(Object basicBlocks) booleanstatic DisassemblyOutputBodyCreate an instance of DisassemblyOutputBody given an JSON stringfunctionId(Long functionId) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get basicBlocksGet functionIdGet localVariablesGet paramsGet returnsSearch is applied to string valueinthashCode()localVariables(Object localVariables) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.returnType(String returnType) voidsetBasicBlocks(Object basicBlocks) voidsetFunctionId(Long functionId) voidsetLocalVariables(Object localVariables) voidvoidsetReturns(Boolean returns) voidsetReturnType(String returnType) toJson()Convert an instance of DisassemblyOutputBody 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_BASIC_BLOCKS
- See Also:
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_LOCAL_VARIABLES
- See Also:
-
SERIALIZED_NAME_PARAMS
- See Also:
-
SERIALIZED_NAME_RETURN_TYPE
- See Also:
-
SERIALIZED_NAME_RETURNS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DisassemblyOutputBody
public DisassemblyOutputBody()
-
-
Method Details
-
basicBlocks
-
getBasicBlocks
Get basicBlocks- Returns:
- basicBlocks
-
setBasicBlocks
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
localVariables
-
getLocalVariables
Get localVariables- Returns:
- localVariables
-
setLocalVariables
-
params
-
getParams
Get params- Returns:
- params
-
setParams
-
returnType
-
getReturnType
Search is applied to string value- Returns:
- returnType
-
setReturnType
-
returns
-
getReturns
Get returns- Returns:
- returns
-
setReturns
-
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 DisassemblyOutputBody 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 DisassemblyOutputBody
-
fromJson
Create an instance of DisassemblyOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DisassemblyOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to DisassemblyOutputBody
-
toJson
Convert an instance of DisassemblyOutputBody to an JSON string- Returns:
- JSON string
-