Skip to content

Latest commit

 

History

History
145 lines (78 loc) · 3.96 KB

File metadata and controls

145 lines (78 loc) · 3.96 KB

ArgumentTimeWindowVal

Properties

Name Type Description Notes
Type string
Id Pointer to int64 [optional]
LastUpdateTimestamp Pointer to int64 [optional]
Parameter int64
ValueMs int64

Methods

NewArgumentTimeWindowVal

func NewArgumentTimeWindowVal(type_ string, parameter int64, valueMs int64, ) *ArgumentTimeWindowVal

NewArgumentTimeWindowVal instantiates a new ArgumentTimeWindowVal 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

NewArgumentTimeWindowValWithDefaults

func NewArgumentTimeWindowValWithDefaults() *ArgumentTimeWindowVal

NewArgumentTimeWindowValWithDefaults instantiates a new ArgumentTimeWindowVal 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

GetType

func (o *ArgumentTimeWindowVal) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ArgumentTimeWindowVal) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ArgumentTimeWindowVal) SetType(v string)

SetType sets Type field to given value.

GetId

func (o *ArgumentTimeWindowVal) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ArgumentTimeWindowVal) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *ArgumentTimeWindowVal) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *ArgumentTimeWindowVal) HasId() bool

HasId returns a boolean if a field has been set.

GetLastUpdateTimestamp

func (o *ArgumentTimeWindowVal) GetLastUpdateTimestamp() int64

GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.

GetLastUpdateTimestampOk

func (o *ArgumentTimeWindowVal) GetLastUpdateTimestampOk() (*int64, bool)

GetLastUpdateTimestampOk returns a tuple with the LastUpdateTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastUpdateTimestamp

func (o *ArgumentTimeWindowVal) SetLastUpdateTimestamp(v int64)

SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.

HasLastUpdateTimestamp

func (o *ArgumentTimeWindowVal) HasLastUpdateTimestamp() bool

HasLastUpdateTimestamp returns a boolean if a field has been set.

GetParameter

func (o *ArgumentTimeWindowVal) GetParameter() int64

GetParameter returns the Parameter field if non-nil, zero value otherwise.

GetParameterOk

func (o *ArgumentTimeWindowVal) GetParameterOk() (*int64, bool)

GetParameterOk returns a tuple with the Parameter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetParameter

func (o *ArgumentTimeWindowVal) SetParameter(v int64)

SetParameter sets Parameter field to given value.

GetValueMs

func (o *ArgumentTimeWindowVal) GetValueMs() int64

GetValueMs returns the ValueMs field if non-nil, zero value otherwise.

GetValueMsOk

func (o *ArgumentTimeWindowVal) GetValueMsOk() (*int64, bool)

GetValueMsOk returns a tuple with the ValueMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValueMs

func (o *ArgumentTimeWindowVal) SetValueMs(v int64)

SetValueMs sets ValueMs field to given value.

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