PowerRangeVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MaxPower2g | Pointer to int32 | Maximum power in 2.4 GHz. Parameter [maxPower2g] should between 9 and 30 | [optional] |
| MaxPower5g | Pointer to int32 | Maximum power in 5 GHz. Parameter [maxPower5g] should between 9 and 30 | [optional] |
| MaxPower6g | Pointer to int32 | Maximum power in 6 GHz. Parameter [maxPower6g] should between 9 and 30 | [optional] |
| MinPower2g | Pointer to int32 | Minimum power in 2.4 GHz. Parameter [minPower2g] should between 9 and 30 | [optional] |
| MinPower5g | Pointer to int32 | Minimum power in 5 GHz. Parameter [minPower5g] should between 9 and 30 | [optional] |
| MinPower6g | Pointer to int32 | Minimum power in 6 GHz. Parameter [minPower6g] should between 9 and 30 | [optional] |
Methods
NewPowerRangeVO
func NewPowerRangeVO() *PowerRangeVO
NewPowerRangeVO instantiates a new PowerRangeVO 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
NewPowerRangeVOWithDefaults
func NewPowerRangeVOWithDefaults() *PowerRangeVO
NewPowerRangeVOWithDefaults instantiates a new PowerRangeVO 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
GetMaxPower2g
func (o *PowerRangeVO) GetMaxPower2g() int32
GetMaxPower2g returns the MaxPower2g field if non-nil, zero value otherwise.
GetMaxPower2gOk
func (o *PowerRangeVO) GetMaxPower2gOk() (*int32, bool)
GetMaxPower2gOk returns a tuple with the MaxPower2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPower2g
func (o *PowerRangeVO) SetMaxPower2g(v int32)
SetMaxPower2g sets MaxPower2g field to given value.
HasMaxPower2g
func (o *PowerRangeVO) HasMaxPower2g() bool
HasMaxPower2g returns a boolean if a field has been set.
GetMaxPower5g
func (o *PowerRangeVO) GetMaxPower5g() int32
GetMaxPower5g returns the MaxPower5g field if non-nil, zero value otherwise.
GetMaxPower5gOk
func (o *PowerRangeVO) GetMaxPower5gOk() (*int32, bool)
GetMaxPower5gOk returns a tuple with the MaxPower5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPower5g
func (o *PowerRangeVO) SetMaxPower5g(v int32)
SetMaxPower5g sets MaxPower5g field to given value.
HasMaxPower5g
func (o *PowerRangeVO) HasMaxPower5g() bool
HasMaxPower5g returns a boolean if a field has been set.
GetMaxPower6g
func (o *PowerRangeVO) GetMaxPower6g() int32
GetMaxPower6g returns the MaxPower6g field if non-nil, zero value otherwise.
GetMaxPower6gOk
func (o *PowerRangeVO) GetMaxPower6gOk() (*int32, bool)
GetMaxPower6gOk returns a tuple with the MaxPower6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxPower6g
func (o *PowerRangeVO) SetMaxPower6g(v int32)
SetMaxPower6g sets MaxPower6g field to given value.
HasMaxPower6g
func (o *PowerRangeVO) HasMaxPower6g() bool
HasMaxPower6g returns a boolean if a field has been set.
GetMinPower2g
func (o *PowerRangeVO) GetMinPower2g() int32
GetMinPower2g returns the MinPower2g field if non-nil, zero value otherwise.
GetMinPower2gOk
func (o *PowerRangeVO) GetMinPower2gOk() (*int32, bool)
GetMinPower2gOk returns a tuple with the MinPower2g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinPower2g
func (o *PowerRangeVO) SetMinPower2g(v int32)
SetMinPower2g sets MinPower2g field to given value.
HasMinPower2g
func (o *PowerRangeVO) HasMinPower2g() bool
HasMinPower2g returns a boolean if a field has been set.
GetMinPower5g
func (o *PowerRangeVO) GetMinPower5g() int32
GetMinPower5g returns the MinPower5g field if non-nil, zero value otherwise.
GetMinPower5gOk
func (o *PowerRangeVO) GetMinPower5gOk() (*int32, bool)
GetMinPower5gOk returns a tuple with the MinPower5g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinPower5g
func (o *PowerRangeVO) SetMinPower5g(v int32)
SetMinPower5g sets MinPower5g field to given value.
HasMinPower5g
func (o *PowerRangeVO) HasMinPower5g() bool
HasMinPower5g returns a boolean if a field has been set.
GetMinPower6g
func (o *PowerRangeVO) GetMinPower6g() int32
GetMinPower6g returns the MinPower6g field if non-nil, zero value otherwise.
GetMinPower6gOk
func (o *PowerRangeVO) GetMinPower6gOk() (*int32, bool)
GetMinPower6gOk returns a tuple with the MinPower6g field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMinPower6g
func (o *PowerRangeVO) SetMinPower6g(v int32)
SetMinPower6g sets MinPower6g field to given value.
HasMinPower6g
func (o *PowerRangeVO) HasMinPower6g() bool
HasMinPower6g returns a boolean if a field has been set.