Skip to content

OnlineOfflineVO

Properties

Name Type Description Notes
Offline Pointer to int32 total number of offline device [optional]
Online Pointer to int32 total number of online device [optional]
Time Pointer to int64 time [optional]
Total Pointer to int32 total number of device [optional]

Methods

NewOnlineOfflineVO

func NewOnlineOfflineVO() *OnlineOfflineVO

NewOnlineOfflineVO instantiates a new OnlineOfflineVO 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

NewOnlineOfflineVOWithDefaults

func NewOnlineOfflineVOWithDefaults() *OnlineOfflineVO

NewOnlineOfflineVOWithDefaults instantiates a new OnlineOfflineVO 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

GetOffline

func (o *OnlineOfflineVO) GetOffline() int32

GetOffline returns the Offline field if non-nil, zero value otherwise.

GetOfflineOk

func (o *OnlineOfflineVO) GetOfflineOk() (*int32, bool)

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

SetOffline

func (o *OnlineOfflineVO) SetOffline(v int32)

SetOffline sets Offline field to given value.

HasOffline

func (o *OnlineOfflineVO) HasOffline() bool

HasOffline returns a boolean if a field has been set.

GetOnline

func (o *OnlineOfflineVO) GetOnline() int32

GetOnline returns the Online field if non-nil, zero value otherwise.

GetOnlineOk

func (o *OnlineOfflineVO) GetOnlineOk() (*int32, bool)

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

SetOnline

func (o *OnlineOfflineVO) SetOnline(v int32)

SetOnline sets Online field to given value.

HasOnline

func (o *OnlineOfflineVO) HasOnline() bool

HasOnline returns a boolean if a field has been set.

GetTime

func (o *OnlineOfflineVO) GetTime() int64

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

GetTimeOk

func (o *OnlineOfflineVO) 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 *OnlineOfflineVO) SetTime(v int64)

SetTime sets Time field to given value.

HasTime

func (o *OnlineOfflineVO) HasTime() bool

HasTime returns a boolean if a field has been set.

GetTotal

func (o *OnlineOfflineVO) GetTotal() int32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *OnlineOfflineVO) GetTotalOk() (*int32, bool)

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

SetTotal

func (o *OnlineOfflineVO) SetTotal(v int32)

SetTotal sets Total field to given value.

HasTotal

func (o *OnlineOfflineVO) HasTotal() bool

HasTotal returns a boolean if a field has been set.

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