| Name | Type | Description | Notes |
|---|---|---|---|
| FunctionId | int64 | Function id | |
| FunctionName | string | Demangled name of the function | |
| FunctionMangledName | string | Mangled name of the function | |
| FunctionVaddr | int64 | Function virtual address | |
| FunctionSize | int32 | Function size | |
| Debug | bool | Whether the function is debug |
func NewAppApiRestV2FunctionsTypesFunction(functionId int64, functionName string, functionMangledName string, functionVaddr int64, functionSize int32, debug bool, ) *AppApiRestV2FunctionsTypesFunction
NewAppApiRestV2FunctionsTypesFunction instantiates a new AppApiRestV2FunctionsTypesFunction 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 NewAppApiRestV2FunctionsTypesFunctionWithDefaults() *AppApiRestV2FunctionsTypesFunction
NewAppApiRestV2FunctionsTypesFunctionWithDefaults instantiates a new AppApiRestV2FunctionsTypesFunction 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 *AppApiRestV2FunctionsTypesFunction) GetFunctionId() int64
GetFunctionId returns the FunctionId field if non-nil, zero value otherwise.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionIdOk() (*int64, bool)
GetFunctionIdOk returns a tuple with the FunctionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApiRestV2FunctionsTypesFunction) SetFunctionId(v int64)
SetFunctionId sets FunctionId field to given value.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionName() string
GetFunctionName returns the FunctionName field if non-nil, zero value otherwise.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionNameOk() (*string, bool)
GetFunctionNameOk returns a tuple with the FunctionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApiRestV2FunctionsTypesFunction) SetFunctionName(v string)
SetFunctionName sets FunctionName field to given value.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionMangledName() string
GetFunctionMangledName returns the FunctionMangledName field if non-nil, zero value otherwise.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionMangledNameOk() (*string, bool)
GetFunctionMangledNameOk returns a tuple with the FunctionMangledName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApiRestV2FunctionsTypesFunction) SetFunctionMangledName(v string)
SetFunctionMangledName sets FunctionMangledName field to given value.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionVaddr() int64
GetFunctionVaddr returns the FunctionVaddr field if non-nil, zero value otherwise.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionVaddrOk() (*int64, bool)
GetFunctionVaddrOk returns a tuple with the FunctionVaddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApiRestV2FunctionsTypesFunction) SetFunctionVaddr(v int64)
SetFunctionVaddr sets FunctionVaddr field to given value.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionSize() int32
GetFunctionSize returns the FunctionSize field if non-nil, zero value otherwise.
func (o *AppApiRestV2FunctionsTypesFunction) GetFunctionSizeOk() (*int32, bool)
GetFunctionSizeOk returns a tuple with the FunctionSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApiRestV2FunctionsTypesFunction) SetFunctionSize(v int32)
SetFunctionSize sets FunctionSize field to given value.
func (o *AppApiRestV2FunctionsTypesFunction) GetDebug() bool
GetDebug returns the Debug field if non-nil, zero value otherwise.
func (o *AppApiRestV2FunctionsTypesFunction) GetDebugOk() (*bool, bool)
GetDebugOk returns a tuple with the Debug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApiRestV2FunctionsTypesFunction) SetDebug(v bool)
SetDebug sets Debug field to given value.