SiteBandSteeringSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| BandSteeringForMultiBand | Pointer to BandSteeringMultiBandVO | [optional] |
Methods
NewSiteBandSteeringSetting
func NewSiteBandSteeringSetting() *SiteBandSteeringSetting
NewSiteBandSteeringSetting instantiates a new SiteBandSteeringSetting 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
NewSiteBandSteeringSettingWithDefaults
func NewSiteBandSteeringSettingWithDefaults() *SiteBandSteeringSetting
NewSiteBandSteeringSettingWithDefaults instantiates a new SiteBandSteeringSetting 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
GetBandSteeringForMultiBand
func (o *SiteBandSteeringSetting) GetBandSteeringForMultiBand() BandSteeringMultiBandVO
GetBandSteeringForMultiBand returns the BandSteeringForMultiBand field if non-nil, zero value otherwise.
GetBandSteeringForMultiBandOk
func (o *SiteBandSteeringSetting) GetBandSteeringForMultiBandOk() (*BandSteeringMultiBandVO, bool)
GetBandSteeringForMultiBandOk returns a tuple with the BandSteeringForMultiBand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetBandSteeringForMultiBand
func (o *SiteBandSteeringSetting) SetBandSteeringForMultiBand(v BandSteeringMultiBandVO)
SetBandSteeringForMultiBand sets BandSteeringForMultiBand field to given value.
HasBandSteeringForMultiBand
func (o *SiteBandSteeringSetting) HasBandSteeringForMultiBand() bool
HasBandSteeringForMultiBand returns a boolean if a field has been set.