ApInterferences
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApInterference2g | Pointer to []ApInterference | 2GHz device interference intensity information | [optional] |
| ApInterference5g | Pointer to []ApInterference | 5GHz device interference intensity information | [optional] |
| ApInterference5g2 | Pointer to []ApInterference | 5GHz-2 device interference intensity information | [optional] |
| ApInterference6g | Pointer to []ApInterference | 6GHz device interference intensity information | [optional] |
Methods
NewApInterferences
func NewApInterferences() *ApInterferences
NewApInterferences instantiates a new ApInterferences 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
NewApInterferencesWithDefaults
func NewApInterferencesWithDefaults() *ApInterferences
NewApInterferencesWithDefaults instantiates a new ApInterferences 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
GetApInterference2g
func (o *ApInterferences) GetApInterference2g() []ApInterference
GetApInterference2g returns the ApInterference2g field if non-nil, zero value otherwise.
GetApInterference2gOk
func (o *ApInterferences) GetApInterference2gOk() (*[]ApInterference, bool)
GetApInterference2gOk returns a tuple with the ApInterference2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApInterference2g
func (o *ApInterferences) SetApInterference2g(v []ApInterference)
SetApInterference2g sets ApInterference2g field to given value.
HasApInterference2g
func (o *ApInterferences) HasApInterference2g() bool
HasApInterference2g returns a boolean if a field has been set.
GetApInterference5g
func (o *ApInterferences) GetApInterference5g() []ApInterference
GetApInterference5g returns the ApInterference5g field if non-nil, zero value otherwise.
GetApInterference5gOk
func (o *ApInterferences) GetApInterference5gOk() (*[]ApInterference, bool)
GetApInterference5gOk returns a tuple with the ApInterference5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApInterference5g
func (o *ApInterferences) SetApInterference5g(v []ApInterference)
SetApInterference5g sets ApInterference5g field to given value.
HasApInterference5g
func (o *ApInterferences) HasApInterference5g() bool
HasApInterference5g returns a boolean if a field has been set.
GetApInterference5g2
func (o *ApInterferences) GetApInterference5g2() []ApInterference
GetApInterference5g2 returns the ApInterference5g2 field if non-nil, zero value otherwise.
GetApInterference5g2Ok
func (o *ApInterferences) GetApInterference5g2Ok() (*[]ApInterference, bool)
GetApInterference5g2Ok returns a tuple with the ApInterference5g2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApInterference5g2
func (o *ApInterferences) SetApInterference5g2(v []ApInterference)
SetApInterference5g2 sets ApInterference5g2 field to given value.
HasApInterference5g2
func (o *ApInterferences) HasApInterference5g2() bool
HasApInterference5g2 returns a boolean if a field has been set.
GetApInterference6g
func (o *ApInterferences) GetApInterference6g() []ApInterference
GetApInterference6g returns the ApInterference6g field if non-nil, zero value otherwise.
GetApInterference6gOk
func (o *ApInterferences) GetApInterference6gOk() (*[]ApInterference, bool)
GetApInterference6gOk returns a tuple with the ApInterference6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApInterference6g
func (o *ApInterferences) SetApInterference6g(v []ApInterference)
SetApInterference6g sets ApInterference6g field to given value.
HasApInterference6g
func (o *ApInterferences) HasApInterference6g() bool
HasApInterference6g returns a boolean if a field has been set.