WifiClientInfoVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessCapacityList | Pointer to []AccessCapacityInfoVO | [optional] | |
| AccessTimeList | Pointer to []ClientAccessTimeInfoVO | [optional] | |
| ChannelInterfList | Pointer to []ChannelInterInfoVO | [optional] | |
| ChannelUtilList | Pointer to []ChannelUtilInfoVO | [optional] | |
| RssiList | Pointer to []RssiInfoVO | [optional] |
Methods
NewWifiClientInfoVO
func NewWifiClientInfoVO() *WifiClientInfoVO
NewWifiClientInfoVO instantiates a new WifiClientInfoVO 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
NewWifiClientInfoVOWithDefaults
func NewWifiClientInfoVOWithDefaults() *WifiClientInfoVO
NewWifiClientInfoVOWithDefaults instantiates a new WifiClientInfoVO 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
GetAccessCapacityList
func (o *WifiClientInfoVO) GetAccessCapacityList() []AccessCapacityInfoVO
GetAccessCapacityList returns the AccessCapacityList field if non-nil, zero value otherwise.
GetAccessCapacityListOk
func (o *WifiClientInfoVO) GetAccessCapacityListOk() (*[]AccessCapacityInfoVO, bool)
GetAccessCapacityListOk returns a tuple with the AccessCapacityList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAccessCapacityList
func (o *WifiClientInfoVO) SetAccessCapacityList(v []AccessCapacityInfoVO)
SetAccessCapacityList sets AccessCapacityList field to given value.
HasAccessCapacityList
func (o *WifiClientInfoVO) HasAccessCapacityList() bool
HasAccessCapacityList returns a boolean if a field has been set.
GetAccessTimeList
func (o *WifiClientInfoVO) GetAccessTimeList() []ClientAccessTimeInfoVO
GetAccessTimeList returns the AccessTimeList field if non-nil, zero value otherwise.
GetAccessTimeListOk
func (o *WifiClientInfoVO) GetAccessTimeListOk() (*[]ClientAccessTimeInfoVO, bool)
GetAccessTimeListOk returns a tuple with the AccessTimeList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAccessTimeList
func (o *WifiClientInfoVO) SetAccessTimeList(v []ClientAccessTimeInfoVO)
SetAccessTimeList sets AccessTimeList field to given value.
HasAccessTimeList
func (o *WifiClientInfoVO) HasAccessTimeList() bool
HasAccessTimeList returns a boolean if a field has been set.
GetChannelInterfList
func (o *WifiClientInfoVO) GetChannelInterfList() []ChannelInterInfoVO
GetChannelInterfList returns the ChannelInterfList field if non-nil, zero value otherwise.
GetChannelInterfListOk
func (o *WifiClientInfoVO) GetChannelInterfListOk() (*[]ChannelInterInfoVO, bool)
GetChannelInterfListOk returns a tuple with the ChannelInterfList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelInterfList
func (o *WifiClientInfoVO) SetChannelInterfList(v []ChannelInterInfoVO)
SetChannelInterfList sets ChannelInterfList field to given value.
HasChannelInterfList
func (o *WifiClientInfoVO) HasChannelInterfList() bool
HasChannelInterfList returns a boolean if a field has been set.
GetChannelUtilList
func (o *WifiClientInfoVO) GetChannelUtilList() []ChannelUtilInfoVO
GetChannelUtilList returns the ChannelUtilList field if non-nil, zero value otherwise.
GetChannelUtilListOk
func (o *WifiClientInfoVO) GetChannelUtilListOk() (*[]ChannelUtilInfoVO, bool)
GetChannelUtilListOk returns a tuple with the ChannelUtilList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelUtilList
func (o *WifiClientInfoVO) SetChannelUtilList(v []ChannelUtilInfoVO)
SetChannelUtilList sets ChannelUtilList field to given value.
HasChannelUtilList
func (o *WifiClientInfoVO) HasChannelUtilList() bool
HasChannelUtilList returns a boolean if a field has been set.
GetRssiList
func (o *WifiClientInfoVO) GetRssiList() []RssiInfoVO
GetRssiList returns the RssiList field if non-nil, zero value otherwise.
GetRssiListOk
func (o *WifiClientInfoVO) GetRssiListOk() (*[]RssiInfoVO, bool)
GetRssiListOk returns a tuple with the RssiList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRssiList
func (o *WifiClientInfoVO) SetRssiList(v []RssiInfoVO)
SetRssiList sets RssiList field to given value.
HasRssiList
func (o *WifiClientInfoVO) HasRssiList() bool
HasRssiList returns a boolean if a field has been set.