Skip to content

BeaconControlVO

Properties

Name Type Description Notes
BeaconInterval2g Pointer to int32 2.4GHz beacon interval, parameter beaconInterval2g should be within the range of 40-500) [optional]
BeaconInterval5g Pointer to int32 5GHz beacon interval, parameter beaconInterval5g should be within the range of 40-500) [optional]
BeaconInterval6g Pointer to int32 6GHz beacon interval, parameter beaconInterval6g should be within the range of 40-500) [optional]
BeaconIntvMode2g Pointer to int32 [optional]
BeaconIntvMode5g Pointer to int32 [optional]
BeaconIntvMode6g Pointer to int32 [optional]
DtimPeriod2g int32 2.4GHz DTIM period, parameter dtimPeriod2g should be within the range of 1-255
DtimPeriod5g int32 5GHz DTIM period, parameter dtimPeriod5g should be within the range of 1-255
DtimPeriod6g int32 6GHz DTIM period, parameter dtimPeriod6g should be within the range of 1-255
FragmentationThreshold2g Pointer to int32 2.4GHz fragmentation threshold, parameter fragmentationThreshold2g should be within the range of 256-2346 [optional]
FragmentationThreshold5g Pointer to int32 5GHz fragmentation threshold, parameter fragmentationThreshold5g should be within the range of 256-2346 [optional]
FragmentationThreshold6g Pointer to int32 6GHz fragmentation threshold, parameter fragmentationThreshold6g should be within the range of 256-2346 [optional]
ProbeResponseMaxRetransNum2g Pointer to int32 2.4GHz probe response maximum retransmission number, parameter probeResponseMaxRetransNum2g should be within the range of 0-3 [optional]
ProbeResponseMaxRetransNum5g Pointer to int32 5GHz probe response maximum retransmission number, parameter probeResponseMaxRetransNum2g should be within the range of 0-3 [optional]
ProbeResponseReplyThreshold2g Pointer to int32 2.4GHz probe response reply threshold, parameter probeResponseReplyThreshold2g should be within the range of -95-0 [optional]
ProbeResponseReplyThreshold5g Pointer to int32 5GHz probe response reply threshold, parameter probeResponseReplyThreshold5g should be within the range of -95-0 [optional]
ProbeResponseReplyThresholdEnable2g Pointer to bool Whether to enable 2G probe response reply threshold [optional]
ProbeResponseReplyThresholdEnable5g Pointer to bool Whether to enable 5G probe response reply threshold [optional]
ProbeResponseReplyThresholdMode2g Pointer to int32 [optional]
ProbeResponseReplyThresholdMode5g Pointer to int32 [optional]
RtsThreshold2g int32 2.4GHz RTS threshold, parameter rtsThreshold2g should be within the range of 1-2347
RtsThreshold5g int32 5GHz RTS threshold, parameter rtsThreshold5g should be within the range of 1-2347
RtsThreshold6g int32 6GHz RTS threshold, parameter rtsThreshold6g should be within the range of 1-2347

Methods

NewBeaconControlVO

func NewBeaconControlVO(dtimPeriod2g int32, dtimPeriod5g int32, dtimPeriod6g int32, rtsThreshold2g int32, rtsThreshold5g int32, rtsThreshold6g int32, ) *BeaconControlVO

NewBeaconControlVO instantiates a new BeaconControlVO 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

NewBeaconControlVOWithDefaults

func NewBeaconControlVOWithDefaults() *BeaconControlVO

NewBeaconControlVOWithDefaults instantiates a new BeaconControlVO 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

GetBeaconInterval2g

func (o *BeaconControlVO) GetBeaconInterval2g() int32

GetBeaconInterval2g returns the BeaconInterval2g field if non-nil, zero value otherwise.

GetBeaconInterval2gOk

func (o *BeaconControlVO) GetBeaconInterval2gOk() (*int32, bool)

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

SetBeaconInterval2g

func (o *BeaconControlVO) SetBeaconInterval2g(v int32)

SetBeaconInterval2g sets BeaconInterval2g field to given value.

HasBeaconInterval2g

func (o *BeaconControlVO) HasBeaconInterval2g() bool

HasBeaconInterval2g returns a boolean if a field has been set.

GetBeaconInterval5g

func (o *BeaconControlVO) GetBeaconInterval5g() int32

GetBeaconInterval5g returns the BeaconInterval5g field if non-nil, zero value otherwise.

GetBeaconInterval5gOk

func (o *BeaconControlVO) GetBeaconInterval5gOk() (*int32, bool)

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

SetBeaconInterval5g

func (o *BeaconControlVO) SetBeaconInterval5g(v int32)

SetBeaconInterval5g sets BeaconInterval5g field to given value.

HasBeaconInterval5g

func (o *BeaconControlVO) HasBeaconInterval5g() bool

HasBeaconInterval5g returns a boolean if a field has been set.

GetBeaconInterval6g

func (o *BeaconControlVO) GetBeaconInterval6g() int32

GetBeaconInterval6g returns the BeaconInterval6g field if non-nil, zero value otherwise.

GetBeaconInterval6gOk

func (o *BeaconControlVO) GetBeaconInterval6gOk() (*int32, bool)

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

SetBeaconInterval6g

func (o *BeaconControlVO) SetBeaconInterval6g(v int32)

SetBeaconInterval6g sets BeaconInterval6g field to given value.

HasBeaconInterval6g

func (o *BeaconControlVO) HasBeaconInterval6g() bool

HasBeaconInterval6g returns a boolean if a field has been set.

GetBeaconIntvMode2g

func (o *BeaconControlVO) GetBeaconIntvMode2g() int32

GetBeaconIntvMode2g returns the BeaconIntvMode2g field if non-nil, zero value otherwise.

GetBeaconIntvMode2gOk

func (o *BeaconControlVO) GetBeaconIntvMode2gOk() (*int32, bool)

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

SetBeaconIntvMode2g

func (o *BeaconControlVO) SetBeaconIntvMode2g(v int32)

SetBeaconIntvMode2g sets BeaconIntvMode2g field to given value.

HasBeaconIntvMode2g

func (o *BeaconControlVO) HasBeaconIntvMode2g() bool

HasBeaconIntvMode2g returns a boolean if a field has been set.

GetBeaconIntvMode5g

func (o *BeaconControlVO) GetBeaconIntvMode5g() int32

GetBeaconIntvMode5g returns the BeaconIntvMode5g field if non-nil, zero value otherwise.

GetBeaconIntvMode5gOk

func (o *BeaconControlVO) GetBeaconIntvMode5gOk() (*int32, bool)

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

SetBeaconIntvMode5g

func (o *BeaconControlVO) SetBeaconIntvMode5g(v int32)

SetBeaconIntvMode5g sets BeaconIntvMode5g field to given value.

HasBeaconIntvMode5g

func (o *BeaconControlVO) HasBeaconIntvMode5g() bool

HasBeaconIntvMode5g returns a boolean if a field has been set.

GetBeaconIntvMode6g

func (o *BeaconControlVO) GetBeaconIntvMode6g() int32

GetBeaconIntvMode6g returns the BeaconIntvMode6g field if non-nil, zero value otherwise.

GetBeaconIntvMode6gOk

func (o *BeaconControlVO) GetBeaconIntvMode6gOk() (*int32, bool)

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

SetBeaconIntvMode6g

func (o *BeaconControlVO) SetBeaconIntvMode6g(v int32)

SetBeaconIntvMode6g sets BeaconIntvMode6g field to given value.

HasBeaconIntvMode6g

func (o *BeaconControlVO) HasBeaconIntvMode6g() bool

HasBeaconIntvMode6g returns a boolean if a field has been set.

GetDtimPeriod2g

func (o *BeaconControlVO) GetDtimPeriod2g() int32

GetDtimPeriod2g returns the DtimPeriod2g field if non-nil, zero value otherwise.

GetDtimPeriod2gOk

func (o *BeaconControlVO) GetDtimPeriod2gOk() (*int32, bool)

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

SetDtimPeriod2g

func (o *BeaconControlVO) SetDtimPeriod2g(v int32)

SetDtimPeriod2g sets DtimPeriod2g field to given value.

GetDtimPeriod5g

func (o *BeaconControlVO) GetDtimPeriod5g() int32

GetDtimPeriod5g returns the DtimPeriod5g field if non-nil, zero value otherwise.

GetDtimPeriod5gOk

func (o *BeaconControlVO) GetDtimPeriod5gOk() (*int32, bool)

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

SetDtimPeriod5g

func (o *BeaconControlVO) SetDtimPeriod5g(v int32)

SetDtimPeriod5g sets DtimPeriod5g field to given value.

GetDtimPeriod6g

func (o *BeaconControlVO) GetDtimPeriod6g() int32

GetDtimPeriod6g returns the DtimPeriod6g field if non-nil, zero value otherwise.

GetDtimPeriod6gOk

func (o *BeaconControlVO) GetDtimPeriod6gOk() (*int32, bool)

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

SetDtimPeriod6g

func (o *BeaconControlVO) SetDtimPeriod6g(v int32)

SetDtimPeriod6g sets DtimPeriod6g field to given value.

GetFragmentationThreshold2g

func (o *BeaconControlVO) GetFragmentationThreshold2g() int32

GetFragmentationThreshold2g returns the FragmentationThreshold2g field if non-nil, zero value otherwise.

GetFragmentationThreshold2gOk

func (o *BeaconControlVO) GetFragmentationThreshold2gOk() (*int32, bool)

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

SetFragmentationThreshold2g

func (o *BeaconControlVO) SetFragmentationThreshold2g(v int32)

SetFragmentationThreshold2g sets FragmentationThreshold2g field to given value.

HasFragmentationThreshold2g

func (o *BeaconControlVO) HasFragmentationThreshold2g() bool

HasFragmentationThreshold2g returns a boolean if a field has been set.

GetFragmentationThreshold5g

func (o *BeaconControlVO) GetFragmentationThreshold5g() int32

GetFragmentationThreshold5g returns the FragmentationThreshold5g field if non-nil, zero value otherwise.

GetFragmentationThreshold5gOk

func (o *BeaconControlVO) GetFragmentationThreshold5gOk() (*int32, bool)

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

SetFragmentationThreshold5g

func (o *BeaconControlVO) SetFragmentationThreshold5g(v int32)

SetFragmentationThreshold5g sets FragmentationThreshold5g field to given value.

HasFragmentationThreshold5g

func (o *BeaconControlVO) HasFragmentationThreshold5g() bool

HasFragmentationThreshold5g returns a boolean if a field has been set.

GetFragmentationThreshold6g

func (o *BeaconControlVO) GetFragmentationThreshold6g() int32

GetFragmentationThreshold6g returns the FragmentationThreshold6g field if non-nil, zero value otherwise.

GetFragmentationThreshold6gOk

func (o *BeaconControlVO) GetFragmentationThreshold6gOk() (*int32, bool)

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

SetFragmentationThreshold6g

func (o *BeaconControlVO) SetFragmentationThreshold6g(v int32)

SetFragmentationThreshold6g sets FragmentationThreshold6g field to given value.

HasFragmentationThreshold6g

func (o *BeaconControlVO) HasFragmentationThreshold6g() bool

HasFragmentationThreshold6g returns a boolean if a field has been set.

GetProbeResponseMaxRetransNum2g

func (o *BeaconControlVO) GetProbeResponseMaxRetransNum2g() int32

GetProbeResponseMaxRetransNum2g returns the ProbeResponseMaxRetransNum2g field if non-nil, zero value otherwise.

GetProbeResponseMaxRetransNum2gOk

func (o *BeaconControlVO) GetProbeResponseMaxRetransNum2gOk() (*int32, bool)

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

SetProbeResponseMaxRetransNum2g

func (o *BeaconControlVO) SetProbeResponseMaxRetransNum2g(v int32)

SetProbeResponseMaxRetransNum2g sets ProbeResponseMaxRetransNum2g field to given value.

HasProbeResponseMaxRetransNum2g

func (o *BeaconControlVO) HasProbeResponseMaxRetransNum2g() bool

HasProbeResponseMaxRetransNum2g returns a boolean if a field has been set.

GetProbeResponseMaxRetransNum5g

func (o *BeaconControlVO) GetProbeResponseMaxRetransNum5g() int32

GetProbeResponseMaxRetransNum5g returns the ProbeResponseMaxRetransNum5g field if non-nil, zero value otherwise.

GetProbeResponseMaxRetransNum5gOk

func (o *BeaconControlVO) GetProbeResponseMaxRetransNum5gOk() (*int32, bool)

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

SetProbeResponseMaxRetransNum5g

func (o *BeaconControlVO) SetProbeResponseMaxRetransNum5g(v int32)

SetProbeResponseMaxRetransNum5g sets ProbeResponseMaxRetransNum5g field to given value.

HasProbeResponseMaxRetransNum5g

func (o *BeaconControlVO) HasProbeResponseMaxRetransNum5g() bool

HasProbeResponseMaxRetransNum5g returns a boolean if a field has been set.

GetProbeResponseReplyThreshold2g

func (o *BeaconControlVO) GetProbeResponseReplyThreshold2g() int32

GetProbeResponseReplyThreshold2g returns the ProbeResponseReplyThreshold2g field if non-nil, zero value otherwise.

GetProbeResponseReplyThreshold2gOk

func (o *BeaconControlVO) GetProbeResponseReplyThreshold2gOk() (*int32, bool)

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

SetProbeResponseReplyThreshold2g

func (o *BeaconControlVO) SetProbeResponseReplyThreshold2g(v int32)

SetProbeResponseReplyThreshold2g sets ProbeResponseReplyThreshold2g field to given value.

HasProbeResponseReplyThreshold2g

func (o *BeaconControlVO) HasProbeResponseReplyThreshold2g() bool

HasProbeResponseReplyThreshold2g returns a boolean if a field has been set.

GetProbeResponseReplyThreshold5g

func (o *BeaconControlVO) GetProbeResponseReplyThreshold5g() int32

GetProbeResponseReplyThreshold5g returns the ProbeResponseReplyThreshold5g field if non-nil, zero value otherwise.

GetProbeResponseReplyThreshold5gOk

func (o *BeaconControlVO) GetProbeResponseReplyThreshold5gOk() (*int32, bool)

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

SetProbeResponseReplyThreshold5g

func (o *BeaconControlVO) SetProbeResponseReplyThreshold5g(v int32)

SetProbeResponseReplyThreshold5g sets ProbeResponseReplyThreshold5g field to given value.

HasProbeResponseReplyThreshold5g

func (o *BeaconControlVO) HasProbeResponseReplyThreshold5g() bool

HasProbeResponseReplyThreshold5g returns a boolean if a field has been set.

GetProbeResponseReplyThresholdEnable2g

func (o *BeaconControlVO) GetProbeResponseReplyThresholdEnable2g() bool

GetProbeResponseReplyThresholdEnable2g returns the ProbeResponseReplyThresholdEnable2g field if non-nil, zero value otherwise.

GetProbeResponseReplyThresholdEnable2gOk

func (o *BeaconControlVO) GetProbeResponseReplyThresholdEnable2gOk() (*bool, bool)

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

SetProbeResponseReplyThresholdEnable2g

func (o *BeaconControlVO) SetProbeResponseReplyThresholdEnable2g(v bool)

SetProbeResponseReplyThresholdEnable2g sets ProbeResponseReplyThresholdEnable2g field to given value.

HasProbeResponseReplyThresholdEnable2g

func (o *BeaconControlVO) HasProbeResponseReplyThresholdEnable2g() bool

HasProbeResponseReplyThresholdEnable2g returns a boolean if a field has been set.

GetProbeResponseReplyThresholdEnable5g

func (o *BeaconControlVO) GetProbeResponseReplyThresholdEnable5g() bool

GetProbeResponseReplyThresholdEnable5g returns the ProbeResponseReplyThresholdEnable5g field if non-nil, zero value otherwise.

GetProbeResponseReplyThresholdEnable5gOk

func (o *BeaconControlVO) GetProbeResponseReplyThresholdEnable5gOk() (*bool, bool)

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

SetProbeResponseReplyThresholdEnable5g

func (o *BeaconControlVO) SetProbeResponseReplyThresholdEnable5g(v bool)

SetProbeResponseReplyThresholdEnable5g sets ProbeResponseReplyThresholdEnable5g field to given value.

HasProbeResponseReplyThresholdEnable5g

func (o *BeaconControlVO) HasProbeResponseReplyThresholdEnable5g() bool

HasProbeResponseReplyThresholdEnable5g returns a boolean if a field has been set.

GetProbeResponseReplyThresholdMode2g

func (o *BeaconControlVO) GetProbeResponseReplyThresholdMode2g() int32

GetProbeResponseReplyThresholdMode2g returns the ProbeResponseReplyThresholdMode2g field if non-nil, zero value otherwise.

GetProbeResponseReplyThresholdMode2gOk

func (o *BeaconControlVO) GetProbeResponseReplyThresholdMode2gOk() (*int32, bool)

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

SetProbeResponseReplyThresholdMode2g

func (o *BeaconControlVO) SetProbeResponseReplyThresholdMode2g(v int32)

SetProbeResponseReplyThresholdMode2g sets ProbeResponseReplyThresholdMode2g field to given value.

HasProbeResponseReplyThresholdMode2g

func (o *BeaconControlVO) HasProbeResponseReplyThresholdMode2g() bool

HasProbeResponseReplyThresholdMode2g returns a boolean if a field has been set.

GetProbeResponseReplyThresholdMode5g

func (o *BeaconControlVO) GetProbeResponseReplyThresholdMode5g() int32

GetProbeResponseReplyThresholdMode5g returns the ProbeResponseReplyThresholdMode5g field if non-nil, zero value otherwise.

GetProbeResponseReplyThresholdMode5gOk

func (o *BeaconControlVO) GetProbeResponseReplyThresholdMode5gOk() (*int32, bool)

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

SetProbeResponseReplyThresholdMode5g

func (o *BeaconControlVO) SetProbeResponseReplyThresholdMode5g(v int32)

SetProbeResponseReplyThresholdMode5g sets ProbeResponseReplyThresholdMode5g field to given value.

HasProbeResponseReplyThresholdMode5g

func (o *BeaconControlVO) HasProbeResponseReplyThresholdMode5g() bool

HasProbeResponseReplyThresholdMode5g returns a boolean if a field has been set.

GetRtsThreshold2g

func (o *BeaconControlVO) GetRtsThreshold2g() int32

GetRtsThreshold2g returns the RtsThreshold2g field if non-nil, zero value otherwise.

GetRtsThreshold2gOk

func (o *BeaconControlVO) GetRtsThreshold2gOk() (*int32, bool)

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

SetRtsThreshold2g

func (o *BeaconControlVO) SetRtsThreshold2g(v int32)

SetRtsThreshold2g sets RtsThreshold2g field to given value.

GetRtsThreshold5g

func (o *BeaconControlVO) GetRtsThreshold5g() int32

GetRtsThreshold5g returns the RtsThreshold5g field if non-nil, zero value otherwise.

GetRtsThreshold5gOk

func (o *BeaconControlVO) GetRtsThreshold5gOk() (*int32, bool)

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

SetRtsThreshold5g

func (o *BeaconControlVO) SetRtsThreshold5g(v int32)

SetRtsThreshold5g sets RtsThreshold5g field to given value.

GetRtsThreshold6g

func (o *BeaconControlVO) GetRtsThreshold6g() int32

GetRtsThreshold6g returns the RtsThreshold6g field if non-nil, zero value otherwise.

GetRtsThreshold6gOk

func (o *BeaconControlVO) GetRtsThreshold6gOk() (*int32, bool)

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

SetRtsThreshold6g

func (o *BeaconControlVO) SetRtsThreshold6g(v int32)

SetRtsThreshold6g sets RtsThreshold6g field to given value.

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