Skip to content

ClientDistributionVO

Properties

Name Type Description Notes
Clients2g Pointer to int32 [optional]
Clients5g Pointer to int32 [optional]
Clients6g Pointer to int32 [optional]
ClientsPercent Pointer to int32 [optional]
TotalClients Pointer to int32 [optional]

Methods

NewClientDistributionVO

func NewClientDistributionVO() *ClientDistributionVO

NewClientDistributionVO instantiates a new ClientDistributionVO 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

NewClientDistributionVOWithDefaults

func NewClientDistributionVOWithDefaults() *ClientDistributionVO

NewClientDistributionVOWithDefaults instantiates a new ClientDistributionVO 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 *ClientDistributionVO) GetClients2g() int32

GetClients2g returns the Clients2g field if non-nil, zero value otherwise.

GetClients2gOk

func (o *ClientDistributionVO) 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 *ClientDistributionVO) SetClients2g(v int32)

SetClients2g sets Clients2g field to given value.

HasClients2g

func (o *ClientDistributionVO) HasClients2g() bool

HasClients2g returns a boolean if a field has been set.

GetClients5g

func (o *ClientDistributionVO) GetClients5g() int32

GetClients5g returns the Clients5g field if non-nil, zero value otherwise.

GetClients5gOk

func (o *ClientDistributionVO) 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 *ClientDistributionVO) SetClients5g(v int32)

SetClients5g sets Clients5g field to given value.

HasClients5g

func (o *ClientDistributionVO) HasClients5g() bool

HasClients5g returns a boolean if a field has been set.

GetClients6g

func (o *ClientDistributionVO) GetClients6g() int32

GetClients6g returns the Clients6g field if non-nil, zero value otherwise.

GetClients6gOk

func (o *ClientDistributionVO) 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 *ClientDistributionVO) SetClients6g(v int32)

SetClients6g sets Clients6g field to given value.

HasClients6g

func (o *ClientDistributionVO) HasClients6g() bool

HasClients6g returns a boolean if a field has been set.

GetClientsPercent

func (o *ClientDistributionVO) GetClientsPercent() int32

GetClientsPercent returns the ClientsPercent field if non-nil, zero value otherwise.

GetClientsPercentOk

func (o *ClientDistributionVO) GetClientsPercentOk() (*int32, bool)

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

SetClientsPercent

func (o *ClientDistributionVO) SetClientsPercent(v int32)

SetClientsPercent sets ClientsPercent field to given value.

HasClientsPercent

func (o *ClientDistributionVO) HasClientsPercent() bool

HasClientsPercent returns a boolean if a field has been set.

GetTotalClients

func (o *ClientDistributionVO) GetTotalClients() int32

GetTotalClients returns the TotalClients field if non-nil, zero value otherwise.

GetTotalClientsOk

func (o *ClientDistributionVO) 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 *ClientDistributionVO) SetTotalClients(v int32)

SetTotalClients sets TotalClients field to given value.

HasTotalClients

func (o *ClientDistributionVO) HasTotalClients() bool

HasTotalClients returns a boolean if a field has been set.

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