Package ai.reveng.model
Class FunctionBoundary
java.lang.Object
ai.reveng.model.FunctionBoundary
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionBoundary
extends Object
FunctionBoundary
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendAddress(Integer endAddress) booleanstatic FunctionBoundaryCreate an instance of FunctionBoundary given an JSON stringGet endAddressGet mangledNameGet startAddressinthashCode()mangledName(String mangledName) voidsetEndAddress(Integer endAddress) voidsetMangledName(String mangledName) voidsetStartAddress(Integer startAddress) startAddress(Integer startAddress) toJson()Convert an instance of FunctionBoundary 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_MANGLED_NAME
- See Also:
-
SERIALIZED_NAME_START_ADDRESS
- See Also:
-
SERIALIZED_NAME_END_ADDRESS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionBoundary
public FunctionBoundary()
-
-
Method Details
-
mangledName
-
getMangledName
Get mangledName- Returns:
- mangledName
-
setMangledName
-
startAddress
-
getStartAddress
Get startAddress- Returns:
- startAddress
-
setStartAddress
-
endAddress
-
getEndAddress
Get endAddress- Returns:
- endAddress
-
setEndAddress
-
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 FunctionBoundary
-
fromJson
Create an instance of FunctionBoundary given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionBoundary
- Throws:
IOException- if the JSON string is invalid with respect to FunctionBoundary
-
toJson
Convert an instance of FunctionBoundary to an JSON string- Returns:
- JSON string
-