ClientConnectionSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TotalClients | Pointer to int32 | Total client number. | [optional] |
| WiredClients | Pointer to int32 | Total wired client number. | [optional] |
| WirelessClients | Pointer to int32 | Total wireless client number. | [optional] |
Methods
NewClientConnectionSummary
func NewClientConnectionSummary() *ClientConnectionSummary
NewClientConnectionSummary instantiates a new ClientConnectionSummary 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
NewClientConnectionSummaryWithDefaults
func NewClientConnectionSummaryWithDefaults() *ClientConnectionSummary
NewClientConnectionSummaryWithDefaults instantiates a new ClientConnectionSummary 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
GetTotalClients
func (o *ClientConnectionSummary) GetTotalClients() int32
GetTotalClients returns the TotalClients field if non-nil, zero value otherwise.
GetTotalClientsOk
func (o *ClientConnectionSummary) GetTotalClientsOk() (*int32, bool)
GetTotalClientsOk returns a tuple with the TotalClients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalClients
func (o *ClientConnectionSummary) SetTotalClients(v int32)
SetTotalClients sets TotalClients field to given value.
HasTotalClients
func (o *ClientConnectionSummary) HasTotalClients() bool
HasTotalClients returns a boolean if a field has been set.
GetWiredClients
func (o *ClientConnectionSummary) GetWiredClients() int32
GetWiredClients returns the WiredClients field if non-nil, zero value otherwise.
GetWiredClientsOk
func (o *ClientConnectionSummary) GetWiredClientsOk() (*int32, bool)
GetWiredClientsOk returns a tuple with the WiredClients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWiredClients
func (o *ClientConnectionSummary) SetWiredClients(v int32)
SetWiredClients sets WiredClients field to given value.
HasWiredClients
func (o *ClientConnectionSummary) HasWiredClients() bool
HasWiredClients returns a boolean if a field has been set.
GetWirelessClients
func (o *ClientConnectionSummary) GetWirelessClients() int32
GetWirelessClients returns the WirelessClients field if non-nil, zero value otherwise.
GetWirelessClientsOk
func (o *ClientConnectionSummary) GetWirelessClientsOk() (*int32, bool)
GetWirelessClientsOk returns a tuple with the WirelessClients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWirelessClients
func (o *ClientConnectionSummary) SetWirelessClients(v int32)
SetWirelessClients sets WirelessClients field to given value.
HasWirelessClients
func (o *ClientConnectionSummary) HasWirelessClients() bool
HasWirelessClients returns a boolean if a field has been set.