Skip to content

DeviceClientVO

Properties

Name Type Description Notes
Name Pointer to string [optional]
TotalClients Pointer to int32 [optional]
TotalDistribution Pointer to float64 [optional]

Methods

NewDeviceClientVO

func NewDeviceClientVO() *DeviceClientVO

NewDeviceClientVO instantiates a new DeviceClientVO 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

NewDeviceClientVOWithDefaults

func NewDeviceClientVOWithDefaults() *DeviceClientVO

NewDeviceClientVOWithDefaults instantiates a new DeviceClientVO 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

GetName

func (o *DeviceClientVO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *DeviceClientVO) 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 *DeviceClientVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *DeviceClientVO) HasName() bool

HasName returns a boolean if a field has been set.

GetTotalClients

func (o *DeviceClientVO) GetTotalClients() int32

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

GetTotalClientsOk

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

SetTotalClients sets TotalClients field to given value.

HasTotalClients

func (o *DeviceClientVO) HasTotalClients() bool

HasTotalClients returns a boolean if a field has been set.

GetTotalDistribution

func (o *DeviceClientVO) GetTotalDistribution() float64

GetTotalDistribution returns the TotalDistribution field if non-nil, zero value otherwise.

GetTotalDistributionOk

func (o *DeviceClientVO) 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 *DeviceClientVO) SetTotalDistribution(v float64)

SetTotalDistribution sets TotalDistribution field to given value.

HasTotalDistribution

func (o *DeviceClientVO) HasTotalDistribution() bool

HasTotalDistribution returns a boolean if a field has been set.

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