Skip to content

Afc6gPowerDetailVO

Properties

Name Type Description Notes
ChannelValue Pointer to int32 [optional]
ChannelWidth Pointer to int32 [optional]
MaxPow Pointer to int32 [optional]
MinPow Pointer to int32 [optional]
PowerMode Pointer to bool [optional]
Value Pointer to int32 [optional]

Methods

NewAfc6gPowerDetailVO

func NewAfc6gPowerDetailVO() *Afc6gPowerDetailVO

NewAfc6gPowerDetailVO instantiates a new Afc6gPowerDetailVO 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

NewAfc6gPowerDetailVOWithDefaults

func NewAfc6gPowerDetailVOWithDefaults() *Afc6gPowerDetailVO

NewAfc6gPowerDetailVOWithDefaults instantiates a new Afc6gPowerDetailVO 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

GetChannelValue

func (o *Afc6gPowerDetailVO) GetChannelValue() int32

GetChannelValue returns the ChannelValue field if non-nil, zero value otherwise.

GetChannelValueOk

func (o *Afc6gPowerDetailVO) GetChannelValueOk() (*int32, bool)

GetChannelValueOk returns a tuple with the ChannelValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChannelValue

func (o *Afc6gPowerDetailVO) SetChannelValue(v int32)

SetChannelValue sets ChannelValue field to given value.

HasChannelValue

func (o *Afc6gPowerDetailVO) HasChannelValue() bool

HasChannelValue returns a boolean if a field has been set.

GetChannelWidth

func (o *Afc6gPowerDetailVO) GetChannelWidth() int32

GetChannelWidth returns the ChannelWidth field if non-nil, zero value otherwise.

GetChannelWidthOk

func (o *Afc6gPowerDetailVO) GetChannelWidthOk() (*int32, bool)

GetChannelWidthOk returns a tuple with the ChannelWidth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChannelWidth

func (o *Afc6gPowerDetailVO) SetChannelWidth(v int32)

SetChannelWidth sets ChannelWidth field to given value.

HasChannelWidth

func (o *Afc6gPowerDetailVO) HasChannelWidth() bool

HasChannelWidth returns a boolean if a field has been set.

GetMaxPow

func (o *Afc6gPowerDetailVO) GetMaxPow() int32

GetMaxPow returns the MaxPow field if non-nil, zero value otherwise.

GetMaxPowOk

func (o *Afc6gPowerDetailVO) GetMaxPowOk() (*int32, bool)

GetMaxPowOk returns a tuple with the MaxPow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaxPow

func (o *Afc6gPowerDetailVO) SetMaxPow(v int32)

SetMaxPow sets MaxPow field to given value.

HasMaxPow

func (o *Afc6gPowerDetailVO) HasMaxPow() bool

HasMaxPow returns a boolean if a field has been set.

GetMinPow

func (o *Afc6gPowerDetailVO) GetMinPow() int32

GetMinPow returns the MinPow field if non-nil, zero value otherwise.

GetMinPowOk

func (o *Afc6gPowerDetailVO) GetMinPowOk() (*int32, bool)

GetMinPowOk returns a tuple with the MinPow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMinPow

func (o *Afc6gPowerDetailVO) SetMinPow(v int32)

SetMinPow sets MinPow field to given value.

HasMinPow

func (o *Afc6gPowerDetailVO) HasMinPow() bool

HasMinPow returns a boolean if a field has been set.

GetPowerMode

func (o *Afc6gPowerDetailVO) GetPowerMode() bool

GetPowerMode returns the PowerMode field if non-nil, zero value otherwise.

GetPowerModeOk

func (o *Afc6gPowerDetailVO) GetPowerModeOk() (*bool, bool)

GetPowerModeOk returns a tuple with the PowerMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPowerMode

func (o *Afc6gPowerDetailVO) SetPowerMode(v bool)

SetPowerMode sets PowerMode field to given value.

HasPowerMode

func (o *Afc6gPowerDetailVO) HasPowerMode() bool

HasPowerMode returns a boolean if a field has been set.

GetValue

func (o *Afc6gPowerDetailVO) GetValue() int32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *Afc6gPowerDetailVO) GetValueOk() (*int32, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *Afc6gPowerDetailVO) SetValue(v int32)

SetValue sets Value field to given value.

HasValue

func (o *Afc6gPowerDetailVO) HasValue() bool

HasValue returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]