Skip to content

ActiveClientVO

Properties

Name Type Description Notes
Mac Pointer to string [optional]
Model Pointer to string [optional]
Name Pointer to string [optional]
TotalTraffic Pointer to int64 [optional]
Type Pointer to string [optional]
Wireless Pointer to bool [optional]

Methods

NewActiveClientVO

func NewActiveClientVO() *ActiveClientVO

NewActiveClientVO instantiates a new ActiveClientVO 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

NewActiveClientVOWithDefaults

func NewActiveClientVOWithDefaults() *ActiveClientVO

NewActiveClientVOWithDefaults instantiates a new ActiveClientVO 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

GetMac

func (o *ActiveClientVO) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *ActiveClientVO) GetMacOk() (*string, bool)

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

SetMac

func (o *ActiveClientVO) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *ActiveClientVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *ActiveClientVO) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *ActiveClientVO) GetModelOk() (*string, bool)

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

SetModel

func (o *ActiveClientVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *ActiveClientVO) HasModel() bool

HasModel returns a boolean if a field has been set.

GetName

func (o *ActiveClientVO) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ActiveClientVO) HasName() bool

HasName returns a boolean if a field has been set.

GetTotalTraffic

func (o *ActiveClientVO) GetTotalTraffic() int64

GetTotalTraffic returns the TotalTraffic field if non-nil, zero value otherwise.

GetTotalTrafficOk

func (o *ActiveClientVO) GetTotalTrafficOk() (*int64, bool)

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

SetTotalTraffic

func (o *ActiveClientVO) SetTotalTraffic(v int64)

SetTotalTraffic sets TotalTraffic field to given value.

HasTotalTraffic

func (o *ActiveClientVO) HasTotalTraffic() bool

HasTotalTraffic returns a boolean if a field has been set.

GetType

func (o *ActiveClientVO) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ActiveClientVO) GetTypeOk() (*string, bool)

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

SetType

func (o *ActiveClientVO) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ActiveClientVO) HasType() bool

HasType returns a boolean if a field has been set.

GetWireless

func (o *ActiveClientVO) GetWireless() bool

GetWireless returns the Wireless field if non-nil, zero value otherwise.

GetWirelessOk

func (o *ActiveClientVO) GetWirelessOk() (*bool, bool)

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

SetWireless

func (o *ActiveClientVO) SetWireless(v bool)

SetWireless sets Wireless field to given value.

HasWireless

func (o *ActiveClientVO) HasWireless() bool

HasWireless returns a boolean if a field has been set.

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