ApOfdmaConfigOpenApiVO
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 5G 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] |
| SupportOfdma2g | Pointer to bool | Indicates whether the device supports OFDMA 2G. True: support, false: unSupport. | [optional] |
| SupportOfdma5g | Pointer to bool | Indicates whether the device supports OFDMA 5G. True: support, false: unSupport. | [optional] |
| SupportOfdma5g2 | Pointer to bool | Indicates whether the device supports OFDMA 5G2. True: support, false: unSupport. | [optional] |
| SupportOfdma6g | Pointer to bool | Indicates whether the device supports OFDMA 6G. True: support, false: unSupport. | [optional] |
Methods
NewApOfdmaConfigOpenApiVO
func NewApOfdmaConfigOpenApiVO() *ApOfdmaConfigOpenApiVO
NewApOfdmaConfigOpenApiVO instantiates a new ApOfdmaConfigOpenApiVO 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
NewApOfdmaConfigOpenApiVOWithDefaults
func NewApOfdmaConfigOpenApiVOWithDefaults() *ApOfdmaConfigOpenApiVO
NewApOfdmaConfigOpenApiVOWithDefaults instantiates a new ApOfdmaConfigOpenApiVO 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 *ApOfdmaConfigOpenApiVO) GetOfdmaEnable2g() bool
GetOfdmaEnable2g returns the OfdmaEnable2g field if non-nil, zero value otherwise.
GetOfdmaEnable2gOk
func (o *ApOfdmaConfigOpenApiVO) 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 *ApOfdmaConfigOpenApiVO) SetOfdmaEnable2g(v bool)
SetOfdmaEnable2g sets OfdmaEnable2g field to given value.
HasOfdmaEnable2g
func (o *ApOfdmaConfigOpenApiVO) HasOfdmaEnable2g() bool
HasOfdmaEnable2g returns a boolean if a field has been set.
GetOfdmaEnable5g
func (o *ApOfdmaConfigOpenApiVO) GetOfdmaEnable5g() bool
GetOfdmaEnable5g returns the OfdmaEnable5g field if non-nil, zero value otherwise.
GetOfdmaEnable5gOk
func (o *ApOfdmaConfigOpenApiVO) 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 *ApOfdmaConfigOpenApiVO) SetOfdmaEnable5g(v bool)
SetOfdmaEnable5g sets OfdmaEnable5g field to given value.
HasOfdmaEnable5g
func (o *ApOfdmaConfigOpenApiVO) HasOfdmaEnable5g() bool
HasOfdmaEnable5g returns a boolean if a field has been set.
GetOfdmaEnable5g2
func (o *ApOfdmaConfigOpenApiVO) GetOfdmaEnable5g2() bool
GetOfdmaEnable5g2 returns the OfdmaEnable5g2 field if non-nil, zero value otherwise.
GetOfdmaEnable5g2Ok
func (o *ApOfdmaConfigOpenApiVO) 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 *ApOfdmaConfigOpenApiVO) SetOfdmaEnable5g2(v bool)
SetOfdmaEnable5g2 sets OfdmaEnable5g2 field to given value.
HasOfdmaEnable5g2
func (o *ApOfdmaConfigOpenApiVO) HasOfdmaEnable5g2() bool
HasOfdmaEnable5g2 returns a boolean if a field has been set.
GetOfdmaEnable6g
func (o *ApOfdmaConfigOpenApiVO) GetOfdmaEnable6g() bool
GetOfdmaEnable6g returns the OfdmaEnable6g field if non-nil, zero value otherwise.
GetOfdmaEnable6gOk
func (o *ApOfdmaConfigOpenApiVO) 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 *ApOfdmaConfigOpenApiVO) SetOfdmaEnable6g(v bool)
SetOfdmaEnable6g sets OfdmaEnable6g field to given value.
HasOfdmaEnable6g
func (o *ApOfdmaConfigOpenApiVO) HasOfdmaEnable6g() bool
HasOfdmaEnable6g returns a boolean if a field has been set.
GetSupportOfdma2g
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma2g() bool
GetSupportOfdma2g returns the SupportOfdma2g field if non-nil, zero value otherwise.
GetSupportOfdma2gOk
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma2gOk() (*bool, bool)
GetSupportOfdma2gOk returns a tuple with the SupportOfdma2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportOfdma2g
func (o *ApOfdmaConfigOpenApiVO) SetSupportOfdma2g(v bool)
SetSupportOfdma2g sets SupportOfdma2g field to given value.
HasSupportOfdma2g
func (o *ApOfdmaConfigOpenApiVO) HasSupportOfdma2g() bool
HasSupportOfdma2g returns a boolean if a field has been set.
GetSupportOfdma5g
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma5g() bool
GetSupportOfdma5g returns the SupportOfdma5g field if non-nil, zero value otherwise.
GetSupportOfdma5gOk
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma5gOk() (*bool, bool)
GetSupportOfdma5gOk returns a tuple with the SupportOfdma5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportOfdma5g
func (o *ApOfdmaConfigOpenApiVO) SetSupportOfdma5g(v bool)
SetSupportOfdma5g sets SupportOfdma5g field to given value.
HasSupportOfdma5g
func (o *ApOfdmaConfigOpenApiVO) HasSupportOfdma5g() bool
HasSupportOfdma5g returns a boolean if a field has been set.
GetSupportOfdma5g2
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma5g2() bool
GetSupportOfdma5g2 returns the SupportOfdma5g2 field if non-nil, zero value otherwise.
GetSupportOfdma5g2Ok
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma5g2Ok() (*bool, bool)
GetSupportOfdma5g2Ok returns a tuple with the SupportOfdma5g2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportOfdma5g2
func (o *ApOfdmaConfigOpenApiVO) SetSupportOfdma5g2(v bool)
SetSupportOfdma5g2 sets SupportOfdma5g2 field to given value.
HasSupportOfdma5g2
func (o *ApOfdmaConfigOpenApiVO) HasSupportOfdma5g2() bool
HasSupportOfdma5g2 returns a boolean if a field has been set.
GetSupportOfdma6g
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma6g() bool
GetSupportOfdma6g returns the SupportOfdma6g field if non-nil, zero value otherwise.
GetSupportOfdma6gOk
func (o *ApOfdmaConfigOpenApiVO) GetSupportOfdma6gOk() (*bool, bool)
GetSupportOfdma6gOk returns a tuple with the SupportOfdma6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportOfdma6g
func (o *ApOfdmaConfigOpenApiVO) SetSupportOfdma6g(v bool)
SetSupportOfdma6g sets SupportOfdma6g field to given value.
HasSupportOfdma6g
func (o *ApOfdmaConfigOpenApiVO) HasSupportOfdma6g() bool
HasSupportOfdma6g returns a boolean if a field has been set.