ApAnteGainConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AnteGainList | Pointer to []ApRadioAnteGainConfigOpenApiVO | Antenna gain list. | [optional] |
Methods
NewApAnteGainConfig
func NewApAnteGainConfig() *ApAnteGainConfig
NewApAnteGainConfig instantiates a new ApAnteGainConfig 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
NewApAnteGainConfigWithDefaults
func NewApAnteGainConfigWithDefaults() *ApAnteGainConfig
NewApAnteGainConfigWithDefaults instantiates a new ApAnteGainConfig 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
GetAnteGainList
func (o *ApAnteGainConfig) GetAnteGainList() []ApRadioAnteGainConfigOpenApiVO
GetAnteGainList returns the AnteGainList field if non-nil, zero value otherwise.
GetAnteGainListOk
func (o *ApAnteGainConfig) GetAnteGainListOk() (*[]ApRadioAnteGainConfigOpenApiVO, bool)
GetAnteGainListOk returns a tuple with the AnteGainList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAnteGainList
func (o *ApAnteGainConfig) SetAnteGainList(v []ApRadioAnteGainConfigOpenApiVO)
SetAnteGainList sets AnteGainList field to given value.
HasAnteGainList
func (o *ApAnteGainConfig) HasAnteGainList() bool
HasAnteGainList returns a boolean if a field has been set.