Skip to content

ApRadiosConfig

Properties

Name Type Description Notes
RadioSetting2g Pointer to ApRadioSetting [optional]
RadioSetting5g Pointer to ApRadioSetting [optional]
RadioSetting5g1 Pointer to ApRadioSetting [optional]
RadioSetting5g2 Pointer to ApRadioSetting [optional]
RadioSetting6g Pointer to ApRadioSetting [optional]

Methods

NewApRadiosConfig

func NewApRadiosConfig() *ApRadiosConfig

NewApRadiosConfig instantiates a new ApRadiosConfig 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

NewApRadiosConfigWithDefaults

func NewApRadiosConfigWithDefaults() *ApRadiosConfig

NewApRadiosConfigWithDefaults instantiates a new ApRadiosConfig 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

GetRadioSetting2g

func (o *ApRadiosConfig) GetRadioSetting2g() ApRadioSetting

GetRadioSetting2g returns the RadioSetting2g field if non-nil, zero value otherwise.

GetRadioSetting2gOk

func (o *ApRadiosConfig) GetRadioSetting2gOk() (*ApRadioSetting, bool)

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

SetRadioSetting2g

func (o *ApRadiosConfig) SetRadioSetting2g(v ApRadioSetting)

SetRadioSetting2g sets RadioSetting2g field to given value.

HasRadioSetting2g

func (o *ApRadiosConfig) HasRadioSetting2g() bool

HasRadioSetting2g returns a boolean if a field has been set.

GetRadioSetting5g

func (o *ApRadiosConfig) GetRadioSetting5g() ApRadioSetting

GetRadioSetting5g returns the RadioSetting5g field if non-nil, zero value otherwise.

GetRadioSetting5gOk

func (o *ApRadiosConfig) GetRadioSetting5gOk() (*ApRadioSetting, bool)

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

SetRadioSetting5g

func (o *ApRadiosConfig) SetRadioSetting5g(v ApRadioSetting)

SetRadioSetting5g sets RadioSetting5g field to given value.

HasRadioSetting5g

func (o *ApRadiosConfig) HasRadioSetting5g() bool

HasRadioSetting5g returns a boolean if a field has been set.

GetRadioSetting5g1

func (o *ApRadiosConfig) GetRadioSetting5g1() ApRadioSetting

GetRadioSetting5g1 returns the RadioSetting5g1 field if non-nil, zero value otherwise.

GetRadioSetting5g1Ok

func (o *ApRadiosConfig) GetRadioSetting5g1Ok() (*ApRadioSetting, bool)

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

SetRadioSetting5g1

func (o *ApRadiosConfig) SetRadioSetting5g1(v ApRadioSetting)

SetRadioSetting5g1 sets RadioSetting5g1 field to given value.

HasRadioSetting5g1

func (o *ApRadiosConfig) HasRadioSetting5g1() bool

HasRadioSetting5g1 returns a boolean if a field has been set.

GetRadioSetting5g2

func (o *ApRadiosConfig) GetRadioSetting5g2() ApRadioSetting

GetRadioSetting5g2 returns the RadioSetting5g2 field if non-nil, zero value otherwise.

GetRadioSetting5g2Ok

func (o *ApRadiosConfig) GetRadioSetting5g2Ok() (*ApRadioSetting, bool)

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

SetRadioSetting5g2

func (o *ApRadiosConfig) SetRadioSetting5g2(v ApRadioSetting)

SetRadioSetting5g2 sets RadioSetting5g2 field to given value.

HasRadioSetting5g2

func (o *ApRadiosConfig) HasRadioSetting5g2() bool

HasRadioSetting5g2 returns a boolean if a field has been set.

GetRadioSetting6g

func (o *ApRadiosConfig) GetRadioSetting6g() ApRadioSetting

GetRadioSetting6g returns the RadioSetting6g field if non-nil, zero value otherwise.

GetRadioSetting6gOk

func (o *ApRadiosConfig) GetRadioSetting6gOk() (*ApRadioSetting, bool)

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

SetRadioSetting6g

func (o *ApRadiosConfig) SetRadioSetting6g(v ApRadioSetting)

SetRadioSetting6g sets RadioSetting6g field to given value.

HasRadioSetting6g

func (o *ApRadiosConfig) HasRadioSetting6g() bool

HasRadioSetting6g returns a boolean if a field has been set.

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