| Name | Type | Description | Notes |
|---|---|---|---|
| FunctionId | NullableInt64 | ||
| FunctionVaddr | int64 |
func NewAnalysisStringFunction(functionId NullableInt64, functionVaddr int64, ) *AnalysisStringFunction
NewAnalysisStringFunction instantiates a new AnalysisStringFunction 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 NewAnalysisStringFunctionWithDefaults() *AnalysisStringFunction
NewAnalysisStringFunctionWithDefaults instantiates a new AnalysisStringFunction 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 *AnalysisStringFunction) GetFunctionId() int64
GetFunctionId returns the FunctionId field if non-nil, zero value otherwise.
func (o *AnalysisStringFunction) 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 *AnalysisStringFunction) SetFunctionId(v int64)
SetFunctionId sets FunctionId field to given value.
func (o *AnalysisStringFunction) SetFunctionIdNil(b bool)
SetFunctionIdNil sets the value for FunctionId to be an explicit nil
func (o *AnalysisStringFunction) UnsetFunctionId()
UnsetFunctionId ensures that no value is present for FunctionId, not even an explicit nil
func (o *AnalysisStringFunction) GetFunctionVaddr() int64
GetFunctionVaddr returns the FunctionVaddr field if non-nil, zero value otherwise.
func (o *AnalysisStringFunction) 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 *AnalysisStringFunction) SetFunctionVaddr(v int64)
SetFunctionVaddr sets FunctionVaddr field to given value.