| Name | Type | Description | Notes |
|---|---|---|---|
| MangledName | string | ||
| StartAddress | int64 | ||
| EndAddress | int64 | ||
| IncludeInAnalysis | Pointer to NullableBool | [optional] |
func NewFunctionBoundary(mangledName string, startAddress int64, endAddress int64, ) *FunctionBoundary
NewFunctionBoundary instantiates a new FunctionBoundary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFunctionBoundaryWithDefaults() *FunctionBoundary
NewFunctionBoundaryWithDefaults instantiates a new FunctionBoundary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *FunctionBoundary) GetMangledName() string
GetMangledName returns the MangledName field if non-nil, zero value otherwise.
func (o *FunctionBoundary) GetMangledNameOk() (*string, bool)
GetMangledNameOk returns a tuple with the MangledName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionBoundary) SetMangledName(v string)
SetMangledName sets MangledName field to given value.
func (o *FunctionBoundary) GetStartAddress() int64
GetStartAddress returns the StartAddress field if non-nil, zero value otherwise.
func (o *FunctionBoundary) GetStartAddressOk() (*int64, bool)
GetStartAddressOk returns a tuple with the StartAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionBoundary) SetStartAddress(v int64)
SetStartAddress sets StartAddress field to given value.
func (o *FunctionBoundary) GetEndAddress() int64
GetEndAddress returns the EndAddress field if non-nil, zero value otherwise.
func (o *FunctionBoundary) GetEndAddressOk() (*int64, bool)
GetEndAddressOk returns a tuple with the EndAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionBoundary) SetEndAddress(v int64)
SetEndAddress sets EndAddress field to given value.
func (o *FunctionBoundary) GetIncludeInAnalysis() bool
GetIncludeInAnalysis returns the IncludeInAnalysis field if non-nil, zero value otherwise.
func (o *FunctionBoundary) GetIncludeInAnalysisOk() (*bool, bool)
GetIncludeInAnalysisOk returns a tuple with the IncludeInAnalysis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionBoundary) SetIncludeInAnalysis(v bool)
SetIncludeInAnalysis sets IncludeInAnalysis field to given value.
func (o *FunctionBoundary) HasIncludeInAnalysis() bool
HasIncludeInAnalysis returns a boolean if a field has been set.
func (o *FunctionBoundary) SetIncludeInAnalysisNil(b bool)
SetIncludeInAnalysisNil sets the value for IncludeInAnalysis to be an explicit nil
func (o *FunctionBoundary) UnsetIncludeInAnalysis()
UnsetIncludeInAnalysis ensures that no value is present for IncludeInAnalysis, not even an explicit nil