ApChannelStats
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Var2gChannelStat | Pointer to []ApChannelStat | 2g channel stat | [optional] |
| Var5gChannelStat | Pointer to []ApChannelStat | 5g channel stat | [optional] |
| Var6gChannelStat | Pointer to []ApChannelStat | 6g channel stat | [optional] |
Methods
NewApChannelStats
func NewApChannelStats() *ApChannelStats
NewApChannelStats instantiates a new ApChannelStats 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
NewApChannelStatsWithDefaults
func NewApChannelStatsWithDefaults() *ApChannelStats
NewApChannelStatsWithDefaults instantiates a new ApChannelStats 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
GetVar2gChannelStat
func (o *ApChannelStats) GetVar2gChannelStat() []ApChannelStat
GetVar2gChannelStat returns the Var2gChannelStat field if non-nil, zero value otherwise.
GetVar2gChannelStatOk
func (o *ApChannelStats) GetVar2gChannelStatOk() (*[]ApChannelStat, bool)
GetVar2gChannelStatOk returns a tuple with the Var2gChannelStat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVar2gChannelStat
func (o *ApChannelStats) SetVar2gChannelStat(v []ApChannelStat)
SetVar2gChannelStat sets Var2gChannelStat field to given value.
HasVar2gChannelStat
func (o *ApChannelStats) HasVar2gChannelStat() bool
HasVar2gChannelStat returns a boolean if a field has been set.
GetVar5gChannelStat
func (o *ApChannelStats) GetVar5gChannelStat() []ApChannelStat
GetVar5gChannelStat returns the Var5gChannelStat field if non-nil, zero value otherwise.
GetVar5gChannelStatOk
func (o *ApChannelStats) GetVar5gChannelStatOk() (*[]ApChannelStat, bool)
GetVar5gChannelStatOk returns a tuple with the Var5gChannelStat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVar5gChannelStat
func (o *ApChannelStats) SetVar5gChannelStat(v []ApChannelStat)
SetVar5gChannelStat sets Var5gChannelStat field to given value.
HasVar5gChannelStat
func (o *ApChannelStats) HasVar5gChannelStat() bool
HasVar5gChannelStat returns a boolean if a field has been set.
GetVar6gChannelStat
func (o *ApChannelStats) GetVar6gChannelStat() []ApChannelStat
GetVar6gChannelStat returns the Var6gChannelStat field if non-nil, zero value otherwise.
GetVar6gChannelStatOk
func (o *ApChannelStats) GetVar6gChannelStatOk() (*[]ApChannelStat, bool)
GetVar6gChannelStatOk returns a tuple with the Var6gChannelStat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVar6gChannelStat
func (o *ApChannelStats) SetVar6gChannelStat(v []ApChannelStat)
SetVar6gChannelStat sets Var6gChannelStat field to given value.
HasVar6gChannelStat
func (o *ApChannelStats) HasVar6gChannelStat() bool
HasVar6gChannelStat returns a boolean if a field has been set.