Skip to content

DeviceClientStatQueryOpenApiVO

Properties

Name Type Description Notes
Attrs []string Attribute list to get.
End int64 End timestamp, in seconds, such as 1682000000
Start int64 Start timestamp, in seconds, such as 1682000000

Methods

NewDeviceClientStatQueryOpenApiVO

func NewDeviceClientStatQueryOpenApiVO(attrs []string, end int64, start int64, ) *DeviceClientStatQueryOpenApiVO

NewDeviceClientStatQueryOpenApiVO instantiates a new DeviceClientStatQueryOpenApiVO 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

NewDeviceClientStatQueryOpenApiVOWithDefaults

func NewDeviceClientStatQueryOpenApiVOWithDefaults() *DeviceClientStatQueryOpenApiVO

NewDeviceClientStatQueryOpenApiVOWithDefaults instantiates a new DeviceClientStatQueryOpenApiVO 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

GetAttrs

func (o *DeviceClientStatQueryOpenApiVO) GetAttrs() []string

GetAttrs returns the Attrs field if non-nil, zero value otherwise.

GetAttrsOk

func (o *DeviceClientStatQueryOpenApiVO) GetAttrsOk() (*[]string, bool)

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

SetAttrs

func (o *DeviceClientStatQueryOpenApiVO) SetAttrs(v []string)

SetAttrs sets Attrs field to given value.

GetEnd

func (o *DeviceClientStatQueryOpenApiVO) GetEnd() int64

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *DeviceClientStatQueryOpenApiVO) 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 *DeviceClientStatQueryOpenApiVO) SetEnd(v int64)

SetEnd sets End field to given value.

GetStart

func (o *DeviceClientStatQueryOpenApiVO) GetStart() int64

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *DeviceClientStatQueryOpenApiVO) 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 *DeviceClientStatQueryOpenApiVO) SetStart(v int64)

SetStart sets Start field to given value.

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