Skip to content

TopSsidTrafficVO

Properties

Name Type Description Notes
AverageSingalStrength Pointer to int64 average signal strength [optional]
Channel Pointer to string channel [optional]
ClientCount Pointer to int64 number of client [optional]
Security Pointer to string security [optional]
Ssid Pointer to string ssid name [optional]
Traffic Pointer to int64 total traffic [optional]
TrafficRatio Pointer to int32 traffic percentage [optional]

Methods

NewTopSsidTrafficVO

func NewTopSsidTrafficVO() *TopSsidTrafficVO

NewTopSsidTrafficVO instantiates a new TopSsidTrafficVO 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

NewTopSsidTrafficVOWithDefaults

func NewTopSsidTrafficVOWithDefaults() *TopSsidTrafficVO

NewTopSsidTrafficVOWithDefaults instantiates a new TopSsidTrafficVO 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

GetAverageSingalStrength

func (o *TopSsidTrafficVO) GetAverageSingalStrength() int64

GetAverageSingalStrength returns the AverageSingalStrength field if non-nil, zero value otherwise.

GetAverageSingalStrengthOk

func (o *TopSsidTrafficVO) GetAverageSingalStrengthOk() (*int64, bool)

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

SetAverageSingalStrength

func (o *TopSsidTrafficVO) SetAverageSingalStrength(v int64)

SetAverageSingalStrength sets AverageSingalStrength field to given value.

HasAverageSingalStrength

func (o *TopSsidTrafficVO) HasAverageSingalStrength() bool

HasAverageSingalStrength returns a boolean if a field has been set.

GetChannel

func (o *TopSsidTrafficVO) GetChannel() string

GetChannel returns the Channel field if non-nil, zero value otherwise.

GetChannelOk

func (o *TopSsidTrafficVO) GetChannelOk() (*string, bool)

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

SetChannel

func (o *TopSsidTrafficVO) SetChannel(v string)

SetChannel sets Channel field to given value.

HasChannel

func (o *TopSsidTrafficVO) HasChannel() bool

HasChannel returns a boolean if a field has been set.

GetClientCount

func (o *TopSsidTrafficVO) GetClientCount() int64

GetClientCount returns the ClientCount field if non-nil, zero value otherwise.

GetClientCountOk

func (o *TopSsidTrafficVO) GetClientCountOk() (*int64, bool)

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

SetClientCount

func (o *TopSsidTrafficVO) SetClientCount(v int64)

SetClientCount sets ClientCount field to given value.

HasClientCount

func (o *TopSsidTrafficVO) HasClientCount() bool

HasClientCount returns a boolean if a field has been set.

GetSecurity

func (o *TopSsidTrafficVO) GetSecurity() string

GetSecurity returns the Security field if non-nil, zero value otherwise.

GetSecurityOk

func (o *TopSsidTrafficVO) GetSecurityOk() (*string, bool)

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

SetSecurity

func (o *TopSsidTrafficVO) SetSecurity(v string)

SetSecurity sets Security field to given value.

HasSecurity

func (o *TopSsidTrafficVO) HasSecurity() bool

HasSecurity returns a boolean if a field has been set.

GetSsid

func (o *TopSsidTrafficVO) GetSsid() string

GetSsid returns the Ssid field if non-nil, zero value otherwise.

GetSsidOk

func (o *TopSsidTrafficVO) GetSsidOk() (*string, bool)

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

SetSsid

func (o *TopSsidTrafficVO) SetSsid(v string)

SetSsid sets Ssid field to given value.

HasSsid

func (o *TopSsidTrafficVO) HasSsid() bool

HasSsid returns a boolean if a field has been set.

GetTraffic

func (o *TopSsidTrafficVO) GetTraffic() int64

GetTraffic returns the Traffic field if non-nil, zero value otherwise.

GetTrafficOk

func (o *TopSsidTrafficVO) GetTrafficOk() (*int64, bool)

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

SetTraffic

func (o *TopSsidTrafficVO) SetTraffic(v int64)

SetTraffic sets Traffic field to given value.

HasTraffic

func (o *TopSsidTrafficVO) HasTraffic() bool

HasTraffic returns a boolean if a field has been set.

GetTrafficRatio

func (o *TopSsidTrafficVO) GetTrafficRatio() int32

GetTrafficRatio returns the TrafficRatio field if non-nil, zero value otherwise.

GetTrafficRatioOk

func (o *TopSsidTrafficVO) GetTrafficRatioOk() (*int32, bool)

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

SetTrafficRatio

func (o *TopSsidTrafficVO) SetTrafficRatio(v int32)

SetTrafficRatio sets TrafficRatio field to given value.

HasTrafficRatio

func (o *TopSsidTrafficVO) HasTrafficRatio() bool

HasTrafficRatio returns a boolean if a field has been set.

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