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(Long endAddress) booleanstatic FunctionBoundaryCreate an instance of FunctionBoundary given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get endAddressIndicates whether the function should be included in the analysisGet mangledNameGet startAddressinthashCode()includeInAnalysis(Boolean includeInAnalysis) mangledName(String mangledName) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetEndAddress(Long endAddress) voidsetIncludeInAnalysis(Boolean includeInAnalysis) voidsetMangledName(String mangledName) voidsetStartAddress(Long startAddress) startAddress(Long 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:
-
SERIALIZED_NAME_INCLUDE_IN_ANALYSIS
- 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
-
includeInAnalysis
-
getIncludeInAnalysis
Indicates whether the function should be included in the analysis- Returns:
- includeInAnalysis
-
setIncludeInAnalysis
-
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 FunctionBoundary 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 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
-