WifiHealthVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessCapacityScore | Pointer to int32 | AP Access capacity score | [optional] |
| AccessTimeScore | Pointer to int32 | Wireless client association time score | [optional] |
| ChannelInterUtilScore | Pointer to int32 | AP channel interference score | [optional] |
| ChannelUtilScore | Pointer to int32 | AP channel utility score | [optional] |
| RssiScore | Pointer to int32 | RSSI score | [optional] |
Methods
NewWifiHealthVO
func NewWifiHealthVO() *WifiHealthVO
NewWifiHealthVO instantiates a new WifiHealthVO 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
NewWifiHealthVOWithDefaults
func NewWifiHealthVOWithDefaults() *WifiHealthVO
NewWifiHealthVOWithDefaults instantiates a new WifiHealthVO 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
GetAccessCapacityScore
func (o *WifiHealthVO) GetAccessCapacityScore() int32
GetAccessCapacityScore returns the AccessCapacityScore field if non-nil, zero value otherwise.
GetAccessCapacityScoreOk
func (o *WifiHealthVO) GetAccessCapacityScoreOk() (*int32, bool)
GetAccessCapacityScoreOk returns a tuple with the AccessCapacityScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAccessCapacityScore
func (o *WifiHealthVO) SetAccessCapacityScore(v int32)
SetAccessCapacityScore sets AccessCapacityScore field to given value.
HasAccessCapacityScore
func (o *WifiHealthVO) HasAccessCapacityScore() bool
HasAccessCapacityScore returns a boolean if a field has been set.
GetAccessTimeScore
func (o *WifiHealthVO) GetAccessTimeScore() int32
GetAccessTimeScore returns the AccessTimeScore field if non-nil, zero value otherwise.
GetAccessTimeScoreOk
func (o *WifiHealthVO) GetAccessTimeScoreOk() (*int32, bool)
GetAccessTimeScoreOk returns a tuple with the AccessTimeScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAccessTimeScore
func (o *WifiHealthVO) SetAccessTimeScore(v int32)
SetAccessTimeScore sets AccessTimeScore field to given value.
HasAccessTimeScore
func (o *WifiHealthVO) HasAccessTimeScore() bool
HasAccessTimeScore returns a boolean if a field has been set.
GetChannelInterUtilScore
func (o *WifiHealthVO) GetChannelInterUtilScore() int32
GetChannelInterUtilScore returns the ChannelInterUtilScore field if non-nil, zero value otherwise.
GetChannelInterUtilScoreOk
func (o *WifiHealthVO) GetChannelInterUtilScoreOk() (*int32, bool)
GetChannelInterUtilScoreOk returns a tuple with the ChannelInterUtilScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelInterUtilScore
func (o *WifiHealthVO) SetChannelInterUtilScore(v int32)
SetChannelInterUtilScore sets ChannelInterUtilScore field to given value.
HasChannelInterUtilScore
func (o *WifiHealthVO) HasChannelInterUtilScore() bool
HasChannelInterUtilScore returns a boolean if a field has been set.
GetChannelUtilScore
func (o *WifiHealthVO) GetChannelUtilScore() int32
GetChannelUtilScore returns the ChannelUtilScore field if non-nil, zero value otherwise.
GetChannelUtilScoreOk
func (o *WifiHealthVO) GetChannelUtilScoreOk() (*int32, bool)
GetChannelUtilScoreOk returns a tuple with the ChannelUtilScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelUtilScore
func (o *WifiHealthVO) SetChannelUtilScore(v int32)
SetChannelUtilScore sets ChannelUtilScore field to given value.
HasChannelUtilScore
func (o *WifiHealthVO) HasChannelUtilScore() bool
HasChannelUtilScore returns a boolean if a field has been set.
GetRssiScore
func (o *WifiHealthVO) GetRssiScore() int32
GetRssiScore returns the RssiScore field if non-nil, zero value otherwise.
GetRssiScoreOk
func (o *WifiHealthVO) GetRssiScoreOk() (*int32, bool)
GetRssiScoreOk returns a tuple with the RssiScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRssiScore
func (o *WifiHealthVO) SetRssiScore(v int32)
SetRssiScore sets RssiScore field to given value.
HasRssiScore
func (o *WifiHealthVO) HasRssiScore() bool
HasRssiScore returns a boolean if a field has been set.