TimeValueItemVOLong
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PastNum | Pointer to int64 | Value corresponding to time | [optional] |
| Time | Pointer to int64 | Time(unit:ms) | [optional] |
Methods
NewTimeValueItemVOLong
func NewTimeValueItemVOLong() *TimeValueItemVOLong
NewTimeValueItemVOLong instantiates a new TimeValueItemVOLong 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
NewTimeValueItemVOLongWithDefaults
func NewTimeValueItemVOLongWithDefaults() *TimeValueItemVOLong
NewTimeValueItemVOLongWithDefaults instantiates a new TimeValueItemVOLong 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 *TimeValueItemVOLong) GetPastNum() int64
GetPastNum returns the PastNum field if non-nil, zero value otherwise.
GetPastNumOk
func (o *TimeValueItemVOLong) GetPastNumOk() (*int64, 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 *TimeValueItemVOLong) SetPastNum(v int64)
SetPastNum sets PastNum field to given value.
HasPastNum
func (o *TimeValueItemVOLong) HasPastNum() bool
HasPastNum returns a boolean if a field has been set.
GetTime
func (o *TimeValueItemVOLong) GetTime() int64
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *TimeValueItemVOLong) 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 *TimeValueItemVOLong) SetTime(v int64)
SetTime sets Time field to given value.
HasTime
func (o *TimeValueItemVOLong) HasTime() bool
HasTime returns a boolean if a field has been set.