Skip to content

TimeValueItemVOInteger

Properties

Name Type Description Notes
PastNum Pointer to int32 Value corresponding to time [optional]
Time Pointer to int64 Time(unit:ms) [optional]

Methods

NewTimeValueItemVOInteger

func NewTimeValueItemVOInteger() *TimeValueItemVOInteger

NewTimeValueItemVOInteger instantiates a new TimeValueItemVOInteger 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

NewTimeValueItemVOIntegerWithDefaults

func NewTimeValueItemVOIntegerWithDefaults() *TimeValueItemVOInteger

NewTimeValueItemVOIntegerWithDefaults instantiates a new TimeValueItemVOInteger 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

GetPastNum

func (o *TimeValueItemVOInteger) GetPastNum() int32

GetPastNum returns the PastNum field if non-nil, zero value otherwise.

GetPastNumOk

func (o *TimeValueItemVOInteger) GetPastNumOk() (*int32, bool)

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

SetPastNum

func (o *TimeValueItemVOInteger) SetPastNum(v int32)

SetPastNum sets PastNum field to given value.

HasPastNum

func (o *TimeValueItemVOInteger) HasPastNum() bool

HasPastNum returns a boolean if a field has been set.

GetTime

func (o *TimeValueItemVOInteger) GetTime() int64

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *TimeValueItemVOInteger) GetTimeOk() (*int64, bool)

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

SetTime

func (o *TimeValueItemVOInteger) SetTime(v int64)

SetTime sets Time field to given value.

HasTime

func (o *TimeValueItemVOInteger) HasTime() bool

HasTime returns a boolean if a field has been set.

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