UpdateApOfdmaConfigOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| OfdmaEnable2g | Pointer to bool | Advanced feature OFDMA 2G config status. True: enable, false: disable. | [optional] |
| OfdmaEnable5g | Pointer to bool | Advanced feature OFDMA 5G1 config status. True: enable, false: disable. | [optional] |
| OfdmaEnable5g2 | Pointer to bool | Advanced feature OFDMA 5G2 config status. True: enable, false: disable. | [optional] |
| OfdmaEnable6g | Pointer to bool | Advanced feature OFDMA 6G config status. True: enable, false: disable. | [optional] |
Methods
NewUpdateApOfdmaConfigOpenApiVO
func NewUpdateApOfdmaConfigOpenApiVO() *UpdateApOfdmaConfigOpenApiVO
NewUpdateApOfdmaConfigOpenApiVO instantiates a new UpdateApOfdmaConfigOpenApiVO 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
NewUpdateApOfdmaConfigOpenApiVOWithDefaults
func NewUpdateApOfdmaConfigOpenApiVOWithDefaults() *UpdateApOfdmaConfigOpenApiVO
NewUpdateApOfdmaConfigOpenApiVOWithDefaults instantiates a new UpdateApOfdmaConfigOpenApiVO 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
GetOfdmaEnable2g
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable2g() bool
GetOfdmaEnable2g returns the OfdmaEnable2g field if non-nil, zero value otherwise.
GetOfdmaEnable2gOk
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable2gOk() (*bool, bool)
GetOfdmaEnable2gOk returns a tuple with the OfdmaEnable2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOfdmaEnable2g
func (o *UpdateApOfdmaConfigOpenApiVO) SetOfdmaEnable2g(v bool)
SetOfdmaEnable2g sets OfdmaEnable2g field to given value.
HasOfdmaEnable2g
func (o *UpdateApOfdmaConfigOpenApiVO) HasOfdmaEnable2g() bool
HasOfdmaEnable2g returns a boolean if a field has been set.
GetOfdmaEnable5g
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable5g() bool
GetOfdmaEnable5g returns the OfdmaEnable5g field if non-nil, zero value otherwise.
GetOfdmaEnable5gOk
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable5gOk() (*bool, bool)
GetOfdmaEnable5gOk returns a tuple with the OfdmaEnable5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOfdmaEnable5g
func (o *UpdateApOfdmaConfigOpenApiVO) SetOfdmaEnable5g(v bool)
SetOfdmaEnable5g sets OfdmaEnable5g field to given value.
HasOfdmaEnable5g
func (o *UpdateApOfdmaConfigOpenApiVO) HasOfdmaEnable5g() bool
HasOfdmaEnable5g returns a boolean if a field has been set.
GetOfdmaEnable5g2
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable5g2() bool
GetOfdmaEnable5g2 returns the OfdmaEnable5g2 field if non-nil, zero value otherwise.
GetOfdmaEnable5g2Ok
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable5g2Ok() (*bool, bool)
GetOfdmaEnable5g2Ok returns a tuple with the OfdmaEnable5g2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOfdmaEnable5g2
func (o *UpdateApOfdmaConfigOpenApiVO) SetOfdmaEnable5g2(v bool)
SetOfdmaEnable5g2 sets OfdmaEnable5g2 field to given value.
HasOfdmaEnable5g2
func (o *UpdateApOfdmaConfigOpenApiVO) HasOfdmaEnable5g2() bool
HasOfdmaEnable5g2 returns a boolean if a field has been set.
GetOfdmaEnable6g
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable6g() bool
GetOfdmaEnable6g returns the OfdmaEnable6g field if non-nil, zero value otherwise.
GetOfdmaEnable6gOk
func (o *UpdateApOfdmaConfigOpenApiVO) GetOfdmaEnable6gOk() (*bool, bool)
GetOfdmaEnable6gOk returns a tuple with the OfdmaEnable6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOfdmaEnable6g
func (o *UpdateApOfdmaConfigOpenApiVO) SetOfdmaEnable6g(v bool)
SetOfdmaEnable6g sets OfdmaEnable6g field to given value.
HasOfdmaEnable6g
func (o *UpdateApOfdmaConfigOpenApiVO) HasOfdmaEnable6g() bool
HasOfdmaEnable6g returns a boolean if a field has been set.