TimeIntervalQueryOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| End | int64 | EndTime is seconds since UTC 1970/01/01 | |
| Start | int64 | StartTime is seconds since UTC 1970/01/01 |
Methods
NewTimeIntervalQueryOpenApiVO
func NewTimeIntervalQueryOpenApiVO(end int64, start int64, ) *TimeIntervalQueryOpenApiVO
NewTimeIntervalQueryOpenApiVO instantiates a new TimeIntervalQueryOpenApiVO 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
NewTimeIntervalQueryOpenApiVOWithDefaults
func NewTimeIntervalQueryOpenApiVOWithDefaults() *TimeIntervalQueryOpenApiVO
NewTimeIntervalQueryOpenApiVOWithDefaults instantiates a new TimeIntervalQueryOpenApiVO 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
GetEnd
func (o *TimeIntervalQueryOpenApiVO) GetEnd() int64
GetEnd returns the End field if non-nil, zero value otherwise.
GetEndOk
func (o *TimeIntervalQueryOpenApiVO) GetEndOk() (*int64, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEnd
func (o *TimeIntervalQueryOpenApiVO) SetEnd(v int64)
SetEnd sets End field to given value.
GetStart
func (o *TimeIntervalQueryOpenApiVO) GetStart() int64
GetStart returns the Start field if non-nil, zero value otherwise.
GetStartOk
func (o *TimeIntervalQueryOpenApiVO) GetStartOk() (*int64, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStart
func (o *TimeIntervalQueryOpenApiVO) SetStart(v int64)
SetStart sets Start field to given value.