EapRssiChannelVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientsCount | Pointer to int32 | [optional] | |
| HealthScore | Pointer to int32 | [optional] | |
| Mac | Pointer to string | [optional] | |
| Model | Pointer to string | [optional] | |
| ModelVersion | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Rssi | Pointer to int32 | [optional] | |
| SignalLevel | Pointer to int32 | [optional] | |
| Traffic | Pointer to int64 | [optional] | |
| TrafficPercent | Pointer to int32 | [optional] | |
| Type | Pointer to string | [optional] |
Methods
NewEapRssiChannelVO
func NewEapRssiChannelVO() *EapRssiChannelVO
NewEapRssiChannelVO instantiates a new EapRssiChannelVO 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
NewEapRssiChannelVOWithDefaults
func NewEapRssiChannelVOWithDefaults() *EapRssiChannelVO
NewEapRssiChannelVOWithDefaults instantiates a new EapRssiChannelVO 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
GetClientsCount
func (o *EapRssiChannelVO) GetClientsCount() int32
GetClientsCount returns the ClientsCount field if non-nil, zero value otherwise.
GetClientsCountOk
func (o *EapRssiChannelVO) GetClientsCountOk() (*int32, bool)
GetClientsCountOk returns a tuple with the ClientsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClientsCount
func (o *EapRssiChannelVO) SetClientsCount(v int32)
SetClientsCount sets ClientsCount field to given value.
HasClientsCount
func (o *EapRssiChannelVO) HasClientsCount() bool
HasClientsCount returns a boolean if a field has been set.
GetHealthScore
func (o *EapRssiChannelVO) GetHealthScore() int32
GetHealthScore returns the HealthScore field if non-nil, zero value otherwise.
GetHealthScoreOk
func (o *EapRssiChannelVO) GetHealthScoreOk() (*int32, bool)
GetHealthScoreOk returns a tuple with the HealthScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetHealthScore
func (o *EapRssiChannelVO) SetHealthScore(v int32)
SetHealthScore sets HealthScore field to given value.
HasHealthScore
func (o *EapRssiChannelVO) HasHealthScore() bool
HasHealthScore returns a boolean if a field has been set.
GetMac
func (o *EapRssiChannelVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *EapRssiChannelVO) 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 *EapRssiChannelVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *EapRssiChannelVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetModel
func (o *EapRssiChannelVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *EapRssiChannelVO) 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 *EapRssiChannelVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *EapRssiChannelVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *EapRssiChannelVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *EapRssiChannelVO) GetModelVersionOk() (*string, bool)
GetModelVersionOk returns a tuple with the ModelVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelVersion
func (o *EapRssiChannelVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *EapRssiChannelVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.
GetName
func (o *EapRssiChannelVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *EapRssiChannelVO) 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 *EapRssiChannelVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *EapRssiChannelVO) HasName() bool
HasName returns a boolean if a field has been set.
GetRssi
func (o *EapRssiChannelVO) GetRssi() int32
GetRssi returns the Rssi field if non-nil, zero value otherwise.
GetRssiOk
func (o *EapRssiChannelVO) GetRssiOk() (*int32, bool)
GetRssiOk returns a tuple with the Rssi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRssi
func (o *EapRssiChannelVO) SetRssi(v int32)
SetRssi sets Rssi field to given value.
HasRssi
func (o *EapRssiChannelVO) HasRssi() bool
HasRssi returns a boolean if a field has been set.
GetSignalLevel
func (o *EapRssiChannelVO) GetSignalLevel() int32
GetSignalLevel returns the SignalLevel field if non-nil, zero value otherwise.
GetSignalLevelOk
func (o *EapRssiChannelVO) GetSignalLevelOk() (*int32, bool)
GetSignalLevelOk returns a tuple with the SignalLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSignalLevel
func (o *EapRssiChannelVO) SetSignalLevel(v int32)
SetSignalLevel sets SignalLevel field to given value.
HasSignalLevel
func (o *EapRssiChannelVO) HasSignalLevel() bool
HasSignalLevel returns a boolean if a field has been set.
GetTraffic
func (o *EapRssiChannelVO) GetTraffic() int64
GetTraffic returns the Traffic field if non-nil, zero value otherwise.
GetTrafficOk
func (o *EapRssiChannelVO) 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 *EapRssiChannelVO) SetTraffic(v int64)
SetTraffic sets Traffic field to given value.
HasTraffic
func (o *EapRssiChannelVO) HasTraffic() bool
HasTraffic returns a boolean if a field has been set.
GetTrafficPercent
func (o *EapRssiChannelVO) GetTrafficPercent() int32
GetTrafficPercent returns the TrafficPercent field if non-nil, zero value otherwise.
GetTrafficPercentOk
func (o *EapRssiChannelVO) GetTrafficPercentOk() (*int32, bool)
GetTrafficPercentOk returns a tuple with the TrafficPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTrafficPercent
func (o *EapRssiChannelVO) SetTrafficPercent(v int32)
SetTrafficPercent sets TrafficPercent field to given value.
HasTrafficPercent
func (o *EapRssiChannelVO) HasTrafficPercent() bool
HasTrafficPercent returns a boolean if a field has been set.
GetType
func (o *EapRssiChannelVO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *EapRssiChannelVO) 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 *EapRssiChannelVO) SetType(v string)
SetType sets Type field to given value.
HasType
func (o *EapRssiChannelVO) HasType() bool
HasType returns a boolean if a field has been set.