SiteBeaconControlSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AirtimeFairness | Pointer to AirtimeFairnessSettingVO | [optional] | |
| BeaconControl | Pointer to BeaconControlVO | [optional] |
Methods
NewSiteBeaconControlSetting
func NewSiteBeaconControlSetting() *SiteBeaconControlSetting
NewSiteBeaconControlSetting instantiates a new SiteBeaconControlSetting 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
NewSiteBeaconControlSettingWithDefaults
func NewSiteBeaconControlSettingWithDefaults() *SiteBeaconControlSetting
NewSiteBeaconControlSettingWithDefaults instantiates a new SiteBeaconControlSetting 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
GetAirtimeFairness
func (o *SiteBeaconControlSetting) GetAirtimeFairness() AirtimeFairnessSettingVO
GetAirtimeFairness returns the AirtimeFairness field if non-nil, zero value otherwise.
GetAirtimeFairnessOk
func (o *SiteBeaconControlSetting) GetAirtimeFairnessOk() (*AirtimeFairnessSettingVO, bool)
GetAirtimeFairnessOk returns a tuple with the AirtimeFairness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAirtimeFairness
func (o *SiteBeaconControlSetting) SetAirtimeFairness(v AirtimeFairnessSettingVO)
SetAirtimeFairness sets AirtimeFairness field to given value.
HasAirtimeFairness
func (o *SiteBeaconControlSetting) HasAirtimeFairness() bool
HasAirtimeFairness returns a boolean if a field has been set.
GetBeaconControl
func (o *SiteBeaconControlSetting) GetBeaconControl() BeaconControlVO
GetBeaconControl returns the BeaconControl field if non-nil, zero value otherwise.
GetBeaconControlOk
func (o *SiteBeaconControlSetting) GetBeaconControlOk() (*BeaconControlVO, bool)
GetBeaconControlOk returns a tuple with the BeaconControl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetBeaconControl
func (o *SiteBeaconControlSetting) SetBeaconControl(v BeaconControlVO)
SetBeaconControl sets BeaconControl field to given value.
HasBeaconControl
func (o *SiteBeaconControlSetting) HasBeaconControl() bool
HasBeaconControl returns a boolean if a field has been set.