Skip to content

ClientSummaryVO

Properties

Name Type Description Notes
Total Pointer to int32 [optional]
WiredClient Pointer to int32 [optional]
WirelessClient Pointer to int32 [optional]

Methods

NewClientSummaryVO

func NewClientSummaryVO() *ClientSummaryVO

NewClientSummaryVO instantiates a new ClientSummaryVO 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

NewClientSummaryVOWithDefaults

func NewClientSummaryVOWithDefaults() *ClientSummaryVO

NewClientSummaryVOWithDefaults instantiates a new ClientSummaryVO 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

GetTotal

func (o *ClientSummaryVO) GetTotal() int32

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

GetTotalOk

func (o *ClientSummaryVO) 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 *ClientSummaryVO) SetTotal(v int32)

SetTotal sets Total field to given value.

HasTotal

func (o *ClientSummaryVO) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetWiredClient

func (o *ClientSummaryVO) GetWiredClient() int32

GetWiredClient returns the WiredClient field if non-nil, zero value otherwise.

GetWiredClientOk

func (o *ClientSummaryVO) GetWiredClientOk() (*int32, bool)

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

SetWiredClient

func (o *ClientSummaryVO) SetWiredClient(v int32)

SetWiredClient sets WiredClient field to given value.

HasWiredClient

func (o *ClientSummaryVO) HasWiredClient() bool

HasWiredClient returns a boolean if a field has been set.

GetWirelessClient

func (o *ClientSummaryVO) GetWirelessClient() int32

GetWirelessClient returns the WirelessClient field if non-nil, zero value otherwise.

GetWirelessClientOk

func (o *ClientSummaryVO) GetWirelessClientOk() (*int32, bool)

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

SetWirelessClient

func (o *ClientSummaryVO) SetWirelessClient(v int32)

SetWirelessClient sets WirelessClient field to given value.

HasWirelessClient

func (o *ClientSummaryVO) HasWirelessClient() bool

HasWirelessClient returns a boolean if a field has been set.

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