ClientStatVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Fair | Pointer to int32 | [optional] | |
| Good | Pointer to int32 | [optional] | |
| Ipc | Pointer to int32 | [optional] | |
| NoData | Pointer to int32 | [optional] | |
| Num2g | Pointer to int32 | [optional] | |
| Num2gGuest | Pointer to int32 | [optional] | |
| Num2gUser | Pointer to int32 | [optional] | |
| Num5g | Pointer to int32 | [optional] | |
| Num5gGuest | Pointer to int32 | [optional] | |
| Num5gUser | Pointer to int32 | [optional] | |
| Num6g | Pointer to int32 | [optional] | |
| Num6gGuest | Pointer to int32 | [optional] | |
| Num6gUser | Pointer to int32 | [optional] | |
| NumGuest | Pointer to int32 | [optional] | |
| NumOffline | Pointer to int64 | [optional] | |
| NumUser | Pointer to int32 | [optional] | |
| NumWirelessGuest | Pointer to int32 | [optional] | |
| NumWirelessUser | Pointer to int32 | [optional] | |
| Poor | Pointer to int32 | [optional] | |
| Total | Pointer to int32 | [optional] | |
| Wired | Pointer to int32 | [optional] | |
| Wireless | Pointer to int32 | [optional] |
Methods
NewClientStatVO
func NewClientStatVO() *ClientStatVO
NewClientStatVO instantiates a new ClientStatVO 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
NewClientStatVOWithDefaults
func NewClientStatVOWithDefaults() *ClientStatVO
NewClientStatVOWithDefaults instantiates a new ClientStatVO 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
GetFair
func (o *ClientStatVO) GetFair() int32
GetFair returns the Fair field if non-nil, zero value otherwise.
GetFairOk
func (o *ClientStatVO) GetFairOk() (*int32, bool)
GetFairOk returns a tuple with the Fair field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFair
func (o *ClientStatVO) SetFair(v int32)
SetFair sets Fair field to given value.
HasFair
func (o *ClientStatVO) HasFair() bool
HasFair returns a boolean if a field has been set.
GetGood
func (o *ClientStatVO) GetGood() int32
GetGood returns the Good field if non-nil, zero value otherwise.
GetGoodOk
func (o *ClientStatVO) GetGoodOk() (*int32, bool)
GetGoodOk returns a tuple with the Good field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGood
func (o *ClientStatVO) SetGood(v int32)
SetGood sets Good field to given value.
HasGood
func (o *ClientStatVO) HasGood() bool
HasGood returns a boolean if a field has been set.
GetIpc
func (o *ClientStatVO) GetIpc() int32
GetIpc returns the Ipc field if non-nil, zero value otherwise.
GetIpcOk
func (o *ClientStatVO) GetIpcOk() (*int32, bool)
GetIpcOk returns a tuple with the Ipc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpc
func (o *ClientStatVO) SetIpc(v int32)
SetIpc sets Ipc field to given value.
HasIpc
func (o *ClientStatVO) HasIpc() bool
HasIpc returns a boolean if a field has been set.
GetNoData
func (o *ClientStatVO) GetNoData() int32
GetNoData returns the NoData field if non-nil, zero value otherwise.
GetNoDataOk
func (o *ClientStatVO) GetNoDataOk() (*int32, bool)
GetNoDataOk returns a tuple with the NoData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNoData
func (o *ClientStatVO) SetNoData(v int32)
SetNoData sets NoData field to given value.
HasNoData
func (o *ClientStatVO) HasNoData() bool
HasNoData returns a boolean if a field has been set.
GetNum2g
func (o *ClientStatVO) GetNum2g() int32
GetNum2g returns the Num2g field if non-nil, zero value otherwise.
GetNum2gOk
func (o *ClientStatVO) GetNum2gOk() (*int32, bool)
GetNum2gOk returns a tuple with the Num2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum2g
func (o *ClientStatVO) SetNum2g(v int32)
SetNum2g sets Num2g field to given value.
HasNum2g
func (o *ClientStatVO) HasNum2g() bool
HasNum2g returns a boolean if a field has been set.
GetNum2gGuest
func (o *ClientStatVO) GetNum2gGuest() int32
GetNum2gGuest returns the Num2gGuest field if non-nil, zero value otherwise.
GetNum2gGuestOk
func (o *ClientStatVO) GetNum2gGuestOk() (*int32, bool)
GetNum2gGuestOk returns a tuple with the Num2gGuest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum2gGuest
func (o *ClientStatVO) SetNum2gGuest(v int32)
SetNum2gGuest sets Num2gGuest field to given value.
HasNum2gGuest
func (o *ClientStatVO) HasNum2gGuest() bool
HasNum2gGuest returns a boolean if a field has been set.
GetNum2gUser
func (o *ClientStatVO) GetNum2gUser() int32
GetNum2gUser returns the Num2gUser field if non-nil, zero value otherwise.
GetNum2gUserOk
func (o *ClientStatVO) GetNum2gUserOk() (*int32, bool)
GetNum2gUserOk returns a tuple with the Num2gUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum2gUser
func (o *ClientStatVO) SetNum2gUser(v int32)
SetNum2gUser sets Num2gUser field to given value.
HasNum2gUser
func (o *ClientStatVO) HasNum2gUser() bool
HasNum2gUser returns a boolean if a field has been set.
GetNum5g
func (o *ClientStatVO) GetNum5g() int32
GetNum5g returns the Num5g field if non-nil, zero value otherwise.
GetNum5gOk
func (o *ClientStatVO) GetNum5gOk() (*int32, bool)
GetNum5gOk returns a tuple with the Num5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum5g
func (o *ClientStatVO) SetNum5g(v int32)
SetNum5g sets Num5g field to given value.
HasNum5g
func (o *ClientStatVO) HasNum5g() bool
HasNum5g returns a boolean if a field has been set.
GetNum5gGuest
func (o *ClientStatVO) GetNum5gGuest() int32
GetNum5gGuest returns the Num5gGuest field if non-nil, zero value otherwise.
GetNum5gGuestOk
func (o *ClientStatVO) GetNum5gGuestOk() (*int32, bool)
GetNum5gGuestOk returns a tuple with the Num5gGuest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum5gGuest
func (o *ClientStatVO) SetNum5gGuest(v int32)
SetNum5gGuest sets Num5gGuest field to given value.
HasNum5gGuest
func (o *ClientStatVO) HasNum5gGuest() bool
HasNum5gGuest returns a boolean if a field has been set.
GetNum5gUser
func (o *ClientStatVO) GetNum5gUser() int32
GetNum5gUser returns the Num5gUser field if non-nil, zero value otherwise.
GetNum5gUserOk
func (o *ClientStatVO) GetNum5gUserOk() (*int32, bool)
GetNum5gUserOk returns a tuple with the Num5gUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum5gUser
func (o *ClientStatVO) SetNum5gUser(v int32)
SetNum5gUser sets Num5gUser field to given value.
HasNum5gUser
func (o *ClientStatVO) HasNum5gUser() bool
HasNum5gUser returns a boolean if a field has been set.
GetNum6g
func (o *ClientStatVO) GetNum6g() int32
GetNum6g returns the Num6g field if non-nil, zero value otherwise.
GetNum6gOk
func (o *ClientStatVO) GetNum6gOk() (*int32, bool)
GetNum6gOk returns a tuple with the Num6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum6g
func (o *ClientStatVO) SetNum6g(v int32)
SetNum6g sets Num6g field to given value.
HasNum6g
func (o *ClientStatVO) HasNum6g() bool
HasNum6g returns a boolean if a field has been set.
GetNum6gGuest
func (o *ClientStatVO) GetNum6gGuest() int32
GetNum6gGuest returns the Num6gGuest field if non-nil, zero value otherwise.
GetNum6gGuestOk
func (o *ClientStatVO) GetNum6gGuestOk() (*int32, bool)
GetNum6gGuestOk returns a tuple with the Num6gGuest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum6gGuest
func (o *ClientStatVO) SetNum6gGuest(v int32)
SetNum6gGuest sets Num6gGuest field to given value.
HasNum6gGuest
func (o *ClientStatVO) HasNum6gGuest() bool
HasNum6gGuest returns a boolean if a field has been set.
GetNum6gUser
func (o *ClientStatVO) GetNum6gUser() int32
GetNum6gUser returns the Num6gUser field if non-nil, zero value otherwise.
GetNum6gUserOk
func (o *ClientStatVO) GetNum6gUserOk() (*int32, bool)
GetNum6gUserOk returns a tuple with the Num6gUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum6gUser
func (o *ClientStatVO) SetNum6gUser(v int32)
SetNum6gUser sets Num6gUser field to given value.
HasNum6gUser
func (o *ClientStatVO) HasNum6gUser() bool
HasNum6gUser returns a boolean if a field has been set.
GetNumGuest
func (o *ClientStatVO) GetNumGuest() int32
GetNumGuest returns the NumGuest field if non-nil, zero value otherwise.
GetNumGuestOk
func (o *ClientStatVO) GetNumGuestOk() (*int32, bool)
GetNumGuestOk returns a tuple with the NumGuest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNumGuest
func (o *ClientStatVO) SetNumGuest(v int32)
SetNumGuest sets NumGuest field to given value.
HasNumGuest
func (o *ClientStatVO) HasNumGuest() bool
HasNumGuest returns a boolean if a field has been set.
GetNumOffline
func (o *ClientStatVO) GetNumOffline() int64
GetNumOffline returns the NumOffline field if non-nil, zero value otherwise.
GetNumOfflineOk
func (o *ClientStatVO) GetNumOfflineOk() (*int64, bool)
GetNumOfflineOk returns a tuple with the NumOffline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNumOffline
func (o *ClientStatVO) SetNumOffline(v int64)
SetNumOffline sets NumOffline field to given value.
HasNumOffline
func (o *ClientStatVO) HasNumOffline() bool
HasNumOffline returns a boolean if a field has been set.
GetNumUser
func (o *ClientStatVO) GetNumUser() int32
GetNumUser returns the NumUser field if non-nil, zero value otherwise.
GetNumUserOk
func (o *ClientStatVO) GetNumUserOk() (*int32, bool)
GetNumUserOk returns a tuple with the NumUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNumUser
func (o *ClientStatVO) SetNumUser(v int32)
SetNumUser sets NumUser field to given value.
HasNumUser
func (o *ClientStatVO) HasNumUser() bool
HasNumUser returns a boolean if a field has been set.
GetNumWirelessGuest
func (o *ClientStatVO) GetNumWirelessGuest() int32
GetNumWirelessGuest returns the NumWirelessGuest field if non-nil, zero value otherwise.
GetNumWirelessGuestOk
func (o *ClientStatVO) GetNumWirelessGuestOk() (*int32, bool)
GetNumWirelessGuestOk returns a tuple with the NumWirelessGuest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNumWirelessGuest
func (o *ClientStatVO) SetNumWirelessGuest(v int32)
SetNumWirelessGuest sets NumWirelessGuest field to given value.
HasNumWirelessGuest
func (o *ClientStatVO) HasNumWirelessGuest() bool
HasNumWirelessGuest returns a boolean if a field has been set.
GetNumWirelessUser
func (o *ClientStatVO) GetNumWirelessUser() int32
GetNumWirelessUser returns the NumWirelessUser field if non-nil, zero value otherwise.
GetNumWirelessUserOk
func (o *ClientStatVO) GetNumWirelessUserOk() (*int32, bool)
GetNumWirelessUserOk returns a tuple with the NumWirelessUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNumWirelessUser
func (o *ClientStatVO) SetNumWirelessUser(v int32)
SetNumWirelessUser sets NumWirelessUser field to given value.
HasNumWirelessUser
func (o *ClientStatVO) HasNumWirelessUser() bool
HasNumWirelessUser returns a boolean if a field has been set.
GetPoor
func (o *ClientStatVO) GetPoor() int32
GetPoor returns the Poor field if non-nil, zero value otherwise.
GetPoorOk
func (o *ClientStatVO) GetPoorOk() (*int32, bool)
GetPoorOk returns a tuple with the Poor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPoor
func (o *ClientStatVO) SetPoor(v int32)
SetPoor sets Poor field to given value.
HasPoor
func (o *ClientStatVO) HasPoor() bool
HasPoor returns a boolean if a field has been set.
GetTotal
func (o *ClientStatVO) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
GetTotalOk
func (o *ClientStatVO) 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 *ClientStatVO) SetTotal(v int32)
SetTotal sets Total field to given value.
HasTotal
func (o *ClientStatVO) HasTotal() bool
HasTotal returns a boolean if a field has been set.
GetWired
func (o *ClientStatVO) GetWired() int32
GetWired returns the Wired field if non-nil, zero value otherwise.
GetWiredOk
func (o *ClientStatVO) GetWiredOk() (*int32, bool)
GetWiredOk returns a tuple with the Wired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWired
func (o *ClientStatVO) SetWired(v int32)
SetWired sets Wired field to given value.
HasWired
func (o *ClientStatVO) HasWired() bool
HasWired returns a boolean if a field has been set.
GetWireless
func (o *ClientStatVO) GetWireless() int32
GetWireless returns the Wireless field if non-nil, zero value otherwise.
GetWirelessOk
func (o *ClientStatVO) GetWirelessOk() (*int32, bool)
GetWirelessOk returns a tuple with the Wireless field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWireless
func (o *ClientStatVO) SetWireless(v int32)
SetWireless sets Wireless field to given value.
HasWireless
func (o *ClientStatVO) HasWireless() bool
HasWireless returns a boolean if a field has been set.