Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

File metadata and controls

82 lines (45 loc) · 2.51 KB

AnalysisStringFunction

Properties

Name Type Description Notes
FunctionId NullableInt64
FunctionVaddr int64

Methods

NewAnalysisStringFunction

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

NewAnalysisStringFunctionWithDefaults

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

GetFunctionId

func (o *AnalysisStringFunction) GetFunctionId() int64

GetFunctionId returns the FunctionId field if non-nil, zero value otherwise.

GetFunctionIdOk

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.

SetFunctionId

func (o *AnalysisStringFunction) SetFunctionId(v int64)

SetFunctionId sets FunctionId field to given value.

SetFunctionIdNil

func (o *AnalysisStringFunction) SetFunctionIdNil(b bool)

SetFunctionIdNil sets the value for FunctionId to be an explicit nil

UnsetFunctionId

func (o *AnalysisStringFunction) UnsetFunctionId()

UnsetFunctionId ensures that no value is present for FunctionId, not even an explicit nil

GetFunctionVaddr

func (o *AnalysisStringFunction) GetFunctionVaddr() int64

GetFunctionVaddr returns the FunctionVaddr field if non-nil, zero value otherwise.

GetFunctionVaddrOk

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.

SetFunctionVaddr

func (o *AnalysisStringFunction) SetFunctionVaddr(v int64)

SetFunctionVaddr sets FunctionVaddr field to given value.

[Back to Model list] [Back to API list] [Back to README]