ApRadioSettingopenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AutoSwitchOffWifi | Pointer to bool | Whether enable to auto switch off wifi | [optional] |
| AutoSwitchOffWifiInterval | Pointer to int32 | The interval of auto switch off wifi | [optional] |
| Channel | Pointer to string | Channel Index; The channel index list supported by device can be obtained from interface : Get available channel list of ap; If select auto configuration need to enter 0. | [optional] |
| ChannelLimitEnable | Pointer to bool | Enable channel limit(site level) | [optional] |
| ChannelRange | Pointer to []int32 | Custom optional channel freq collection. | [optional] |
| ChannelWidth | Pointer to string | RADIO_20 = 2; RADIO_40 = 3; RADIO_40_20 = 4(corresponding 2G Auto); RADIO_80 = 5; RADIO_80_40_20 = 6(corresponding 5G Auto); RADIO_160= 7; RADIO_160_80_40_20 = 8; RADIO_240 = 9; RADIO_320 = 10 | [optional] |
| Freq | Pointer to int32 | Frequency;The frequency list supported by device can be obtained from interface : Get available channel list of ap.The freq and channel fields should be corresponding, otherwise the channel will be corrected based on the freq field. | [optional] |
| NonPscEnable | Pointer to bool | APP 6G Radio Setting | [optional] |
| RadioEnable | Pointer to bool | Enable/Disable radio setting(if false, other params is not required) | [optional] |
| TxPower | Pointer to int32 | TX Power | [optional] |
| TxPowerLevel | Pointer to int32 | It should be a value as follows: 0: Low; 1: Medium; 2: High; 3: Custom; 4: Auto | [optional] |
| WirelessMode | Pointer to int32 | Wireless mode config status of the device; -2 : Auto; 3 : 802.11b/g mixed(Only for 2.4G); 4 : 802.11b/g/n mixed(Only for 2.4G); 13 : 802.11b/g/n/ax mixed(Only for 2.4G); 17 : 802.11b/g/n/ax/be mixed(Only for 2.4G); 7 : 802.11a/n mixed(Only for 5G); 10 : 802.11a/n/ac mixed(Only for 5G); 16 : 802.11a/n/ac/ax mixed(Only for 5G); 18 : 802.11a/n/ac/ax/be mixed(Only for 5G); 11 : 802.11ax only(Only for 6G); 19 : 802.11ax/be mixed(Only for 6G). | [optional] |
Methods
NewApRadioSettingopenApiVO
func NewApRadioSettingopenApiVO() *ApRadioSettingopenApiVO
NewApRadioSettingopenApiVO instantiates a new ApRadioSettingopenApiVO 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
NewApRadioSettingopenApiVOWithDefaults
func NewApRadioSettingopenApiVOWithDefaults() *ApRadioSettingopenApiVO
NewApRadioSettingopenApiVOWithDefaults instantiates a new ApRadioSettingopenApiVO 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
GetAutoSwitchOffWifi
func (o *ApRadioSettingopenApiVO) GetAutoSwitchOffWifi() bool
GetAutoSwitchOffWifi returns the AutoSwitchOffWifi field if non-nil, zero value otherwise.
GetAutoSwitchOffWifiOk
func (o *ApRadioSettingopenApiVO) GetAutoSwitchOffWifiOk() (*bool, bool)
GetAutoSwitchOffWifiOk returns a tuple with the AutoSwitchOffWifi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAutoSwitchOffWifi
func (o *ApRadioSettingopenApiVO) SetAutoSwitchOffWifi(v bool)
SetAutoSwitchOffWifi sets AutoSwitchOffWifi field to given value.
HasAutoSwitchOffWifi
func (o *ApRadioSettingopenApiVO) HasAutoSwitchOffWifi() bool
HasAutoSwitchOffWifi returns a boolean if a field has been set.
GetAutoSwitchOffWifiInterval
func (o *ApRadioSettingopenApiVO) GetAutoSwitchOffWifiInterval() int32
GetAutoSwitchOffWifiInterval returns the AutoSwitchOffWifiInterval field if non-nil, zero value otherwise.
GetAutoSwitchOffWifiIntervalOk
func (o *ApRadioSettingopenApiVO) GetAutoSwitchOffWifiIntervalOk() (*int32, bool)
GetAutoSwitchOffWifiIntervalOk returns a tuple with the AutoSwitchOffWifiInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAutoSwitchOffWifiInterval
func (o *ApRadioSettingopenApiVO) SetAutoSwitchOffWifiInterval(v int32)
SetAutoSwitchOffWifiInterval sets AutoSwitchOffWifiInterval field to given value.
HasAutoSwitchOffWifiInterval
func (o *ApRadioSettingopenApiVO) HasAutoSwitchOffWifiInterval() bool
HasAutoSwitchOffWifiInterval returns a boolean if a field has been set.
GetChannel
func (o *ApRadioSettingopenApiVO) GetChannel() string
GetChannel returns the Channel field if non-nil, zero value otherwise.
GetChannelOk
func (o *ApRadioSettingopenApiVO) 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 *ApRadioSettingopenApiVO) SetChannel(v string)
SetChannel sets Channel field to given value.
HasChannel
func (o *ApRadioSettingopenApiVO) HasChannel() bool
HasChannel returns a boolean if a field has been set.
GetChannelLimitEnable
func (o *ApRadioSettingopenApiVO) GetChannelLimitEnable() bool
GetChannelLimitEnable returns the ChannelLimitEnable field if non-nil, zero value otherwise.
GetChannelLimitEnableOk
func (o *ApRadioSettingopenApiVO) GetChannelLimitEnableOk() (*bool, bool)
GetChannelLimitEnableOk returns a tuple with the ChannelLimitEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelLimitEnable
func (o *ApRadioSettingopenApiVO) SetChannelLimitEnable(v bool)
SetChannelLimitEnable sets ChannelLimitEnable field to given value.
HasChannelLimitEnable
func (o *ApRadioSettingopenApiVO) HasChannelLimitEnable() bool
HasChannelLimitEnable returns a boolean if a field has been set.
GetChannelRange
func (o *ApRadioSettingopenApiVO) GetChannelRange() []int32
GetChannelRange returns the ChannelRange field if non-nil, zero value otherwise.
GetChannelRangeOk
func (o *ApRadioSettingopenApiVO) GetChannelRangeOk() (*[]int32, bool)
GetChannelRangeOk returns a tuple with the ChannelRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelRange
func (o *ApRadioSettingopenApiVO) SetChannelRange(v []int32)
SetChannelRange sets ChannelRange field to given value.
HasChannelRange
func (o *ApRadioSettingopenApiVO) HasChannelRange() bool
HasChannelRange returns a boolean if a field has been set.
GetChannelWidth
func (o *ApRadioSettingopenApiVO) GetChannelWidth() string
GetChannelWidth returns the ChannelWidth field if non-nil, zero value otherwise.
GetChannelWidthOk
func (o *ApRadioSettingopenApiVO) GetChannelWidthOk() (*string, bool)
GetChannelWidthOk returns a tuple with the ChannelWidth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChannelWidth
func (o *ApRadioSettingopenApiVO) SetChannelWidth(v string)
SetChannelWidth sets ChannelWidth field to given value.
HasChannelWidth
func (o *ApRadioSettingopenApiVO) HasChannelWidth() bool
HasChannelWidth returns a boolean if a field has been set.
GetFreq
func (o *ApRadioSettingopenApiVO) GetFreq() int32
GetFreq returns the Freq field if non-nil, zero value otherwise.
GetFreqOk
func (o *ApRadioSettingopenApiVO) GetFreqOk() (*int32, bool)
GetFreqOk returns a tuple with the Freq field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFreq
func (o *ApRadioSettingopenApiVO) SetFreq(v int32)
SetFreq sets Freq field to given value.
HasFreq
func (o *ApRadioSettingopenApiVO) HasFreq() bool
HasFreq returns a boolean if a field has been set.
GetNonPscEnable
func (o *ApRadioSettingopenApiVO) GetNonPscEnable() bool
GetNonPscEnable returns the NonPscEnable field if non-nil, zero value otherwise.
GetNonPscEnableOk
func (o *ApRadioSettingopenApiVO) GetNonPscEnableOk() (*bool, bool)
GetNonPscEnableOk returns a tuple with the NonPscEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNonPscEnable
func (o *ApRadioSettingopenApiVO) SetNonPscEnable(v bool)
SetNonPscEnable sets NonPscEnable field to given value.
HasNonPscEnable
func (o *ApRadioSettingopenApiVO) HasNonPscEnable() bool
HasNonPscEnable returns a boolean if a field has been set.
GetRadioEnable
func (o *ApRadioSettingopenApiVO) GetRadioEnable() bool
GetRadioEnable returns the RadioEnable field if non-nil, zero value otherwise.
GetRadioEnableOk
func (o *ApRadioSettingopenApiVO) GetRadioEnableOk() (*bool, bool)
GetRadioEnableOk returns a tuple with the RadioEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRadioEnable
func (o *ApRadioSettingopenApiVO) SetRadioEnable(v bool)
SetRadioEnable sets RadioEnable field to given value.
HasRadioEnable
func (o *ApRadioSettingopenApiVO) HasRadioEnable() bool
HasRadioEnable returns a boolean if a field has been set.
GetTxPower
func (o *ApRadioSettingopenApiVO) GetTxPower() int32
GetTxPower returns the TxPower field if non-nil, zero value otherwise.
GetTxPowerOk
func (o *ApRadioSettingopenApiVO) GetTxPowerOk() (*int32, bool)
GetTxPowerOk returns a tuple with the TxPower field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxPower
func (o *ApRadioSettingopenApiVO) SetTxPower(v int32)
SetTxPower sets TxPower field to given value.
HasTxPower
func (o *ApRadioSettingopenApiVO) HasTxPower() bool
HasTxPower returns a boolean if a field has been set.
GetTxPowerLevel
func (o *ApRadioSettingopenApiVO) GetTxPowerLevel() int32
GetTxPowerLevel returns the TxPowerLevel field if non-nil, zero value otherwise.
GetTxPowerLevelOk
func (o *ApRadioSettingopenApiVO) GetTxPowerLevelOk() (*int32, bool)
GetTxPowerLevelOk returns a tuple with the TxPowerLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxPowerLevel
func (o *ApRadioSettingopenApiVO) SetTxPowerLevel(v int32)
SetTxPowerLevel sets TxPowerLevel field to given value.
HasTxPowerLevel
func (o *ApRadioSettingopenApiVO) HasTxPowerLevel() bool
HasTxPowerLevel returns a boolean if a field has been set.
GetWirelessMode
func (o *ApRadioSettingopenApiVO) GetWirelessMode() int32
GetWirelessMode returns the WirelessMode field if non-nil, zero value otherwise.
GetWirelessModeOk
func (o *ApRadioSettingopenApiVO) GetWirelessModeOk() (*int32, bool)
GetWirelessModeOk returns a tuple with the WirelessMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWirelessMode
func (o *ApRadioSettingopenApiVO) SetWirelessMode(v int32)
SetWirelessMode sets WirelessMode field to given value.
HasWirelessMode
func (o *ApRadioSettingopenApiVO) HasWirelessMode() bool
HasWirelessMode returns a boolean if a field has been set.