EapClientVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Clients2g | Pointer to int32 | [optional] | |
| Clients5g | Pointer to int32 | [optional] | |
| Clients6g | Pointer to int32 | [optional] | |
| Distribution2g | Pointer to float64 | [optional] | |
| Distribution5g | Pointer to float64 | [optional] | |
| Distribution6g | Pointer to float64 | [optional] | |
| Name | Pointer to string | [optional] | |
| TotalClients | Pointer to int32 | [optional] | |
| TotalDistribution | Pointer to float64 | [optional] | |
| WiredClients | Pointer to int32 | [optional] | |
| WiredDistribution | Pointer to float64 | [optional] |
Methods
NewEapClientVO
func NewEapClientVO() *EapClientVO
NewEapClientVO instantiates a new EapClientVO 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
NewEapClientVOWithDefaults
func NewEapClientVOWithDefaults() *EapClientVO
NewEapClientVOWithDefaults instantiates a new EapClientVO 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
GetClients2g
func (o *EapClientVO) GetClients2g() int32
GetClients2g returns the Clients2g field if non-nil, zero value otherwise.
GetClients2gOk
func (o *EapClientVO) GetClients2gOk() (*int32, bool)
GetClients2gOk returns a tuple with the Clients2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClients2g
func (o *EapClientVO) SetClients2g(v int32)
SetClients2g sets Clients2g field to given value.
HasClients2g
func (o *EapClientVO) HasClients2g() bool
HasClients2g returns a boolean if a field has been set.
GetClients5g
func (o *EapClientVO) GetClients5g() int32
GetClients5g returns the Clients5g field if non-nil, zero value otherwise.
GetClients5gOk
func (o *EapClientVO) GetClients5gOk() (*int32, bool)
GetClients5gOk returns a tuple with the Clients5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClients5g
func (o *EapClientVO) SetClients5g(v int32)
SetClients5g sets Clients5g field to given value.
HasClients5g
func (o *EapClientVO) HasClients5g() bool
HasClients5g returns a boolean if a field has been set.
GetClients6g
func (o *EapClientVO) GetClients6g() int32
GetClients6g returns the Clients6g field if non-nil, zero value otherwise.
GetClients6gOk
func (o *EapClientVO) GetClients6gOk() (*int32, bool)
GetClients6gOk returns a tuple with the Clients6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClients6g
func (o *EapClientVO) SetClients6g(v int32)
SetClients6g sets Clients6g field to given value.
HasClients6g
func (o *EapClientVO) HasClients6g() bool
HasClients6g returns a boolean if a field has been set.
GetDistribution2g
func (o *EapClientVO) GetDistribution2g() float64
GetDistribution2g returns the Distribution2g field if non-nil, zero value otherwise.
GetDistribution2gOk
func (o *EapClientVO) GetDistribution2gOk() (*float64, bool)
GetDistribution2gOk returns a tuple with the Distribution2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDistribution2g
func (o *EapClientVO) SetDistribution2g(v float64)
SetDistribution2g sets Distribution2g field to given value.
HasDistribution2g
func (o *EapClientVO) HasDistribution2g() bool
HasDistribution2g returns a boolean if a field has been set.
GetDistribution5g
func (o *EapClientVO) GetDistribution5g() float64
GetDistribution5g returns the Distribution5g field if non-nil, zero value otherwise.
GetDistribution5gOk
func (o *EapClientVO) GetDistribution5gOk() (*float64, bool)
GetDistribution5gOk returns a tuple with the Distribution5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDistribution5g
func (o *EapClientVO) SetDistribution5g(v float64)
SetDistribution5g sets Distribution5g field to given value.
HasDistribution5g
func (o *EapClientVO) HasDistribution5g() bool
HasDistribution5g returns a boolean if a field has been set.
GetDistribution6g
func (o *EapClientVO) GetDistribution6g() float64
GetDistribution6g returns the Distribution6g field if non-nil, zero value otherwise.
GetDistribution6gOk
func (o *EapClientVO) GetDistribution6gOk() (*float64, bool)
GetDistribution6gOk returns a tuple with the Distribution6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDistribution6g
func (o *EapClientVO) SetDistribution6g(v float64)
SetDistribution6g sets Distribution6g field to given value.
HasDistribution6g
func (o *EapClientVO) HasDistribution6g() bool
HasDistribution6g returns a boolean if a field has been set.
GetName
func (o *EapClientVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *EapClientVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *EapClientVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *EapClientVO) HasName() bool
HasName returns a boolean if a field has been set.
GetTotalClients
func (o *EapClientVO) GetTotalClients() int32
GetTotalClients returns the TotalClients field if non-nil, zero value otherwise.
GetTotalClientsOk
func (o *EapClientVO) 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 *EapClientVO) SetTotalClients(v int32)
SetTotalClients sets TotalClients field to given value.
HasTotalClients
func (o *EapClientVO) HasTotalClients() bool
HasTotalClients returns a boolean if a field has been set.
GetTotalDistribution
func (o *EapClientVO) GetTotalDistribution() float64
GetTotalDistribution returns the TotalDistribution field if non-nil, zero value otherwise.
GetTotalDistributionOk
func (o *EapClientVO) GetTotalDistributionOk() (*float64, bool)
GetTotalDistributionOk returns a tuple with the TotalDistribution field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalDistribution
func (o *EapClientVO) SetTotalDistribution(v float64)
SetTotalDistribution sets TotalDistribution field to given value.
HasTotalDistribution
func (o *EapClientVO) HasTotalDistribution() bool
HasTotalDistribution returns a boolean if a field has been set.
GetWiredClients
func (o *EapClientVO) GetWiredClients() int32
GetWiredClients returns the WiredClients field if non-nil, zero value otherwise.
GetWiredClientsOk
func (o *EapClientVO) 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 *EapClientVO) SetWiredClients(v int32)
SetWiredClients sets WiredClients field to given value.
HasWiredClients
func (o *EapClientVO) HasWiredClients() bool
HasWiredClients returns a boolean if a field has been set.
GetWiredDistribution
func (o *EapClientVO) GetWiredDistribution() float64
GetWiredDistribution returns the WiredDistribution field if non-nil, zero value otherwise.
GetWiredDistributionOk
func (o *EapClientVO) GetWiredDistributionOk() (*float64, bool)
GetWiredDistributionOk returns a tuple with the WiredDistribution field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWiredDistribution
func (o *EapClientVO) SetWiredDistribution(v float64)
SetWiredDistribution sets WiredDistribution field to given value.
HasWiredDistribution
func (o *EapClientVO) HasWiredDistribution() bool
HasWiredDistribution returns a boolean if a field has been set.