Skip to content

ChannelItemVO

Properties

Name Type Description Notes
Afc6gPowerList Pointer to []Afc6gPowerDetailVO [optional]
Band Pointer to string [optional]
ChannelList Pointer to []ChannelDetailVO [optional]
Disable6gReason Pointer to int32 [optional]
MaxPowAnt Pointer to int32 [optional]
MinPowAnt Pointer to int32 [optional]
RadioId Pointer to int32 [optional]

Methods

NewChannelItemVO

func NewChannelItemVO() *ChannelItemVO

NewChannelItemVO instantiates a new ChannelItemVO 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

NewChannelItemVOWithDefaults

func NewChannelItemVOWithDefaults() *ChannelItemVO

NewChannelItemVOWithDefaults instantiates a new ChannelItemVO 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

GetAfc6gPowerList

func (o *ChannelItemVO) GetAfc6gPowerList() []Afc6gPowerDetailVO

GetAfc6gPowerList returns the Afc6gPowerList field if non-nil, zero value otherwise.

GetAfc6gPowerListOk

func (o *ChannelItemVO) GetAfc6gPowerListOk() (*[]Afc6gPowerDetailVO, bool)

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

SetAfc6gPowerList

func (o *ChannelItemVO) SetAfc6gPowerList(v []Afc6gPowerDetailVO)

SetAfc6gPowerList sets Afc6gPowerList field to given value.

HasAfc6gPowerList

func (o *ChannelItemVO) HasAfc6gPowerList() bool

HasAfc6gPowerList returns a boolean if a field has been set.

GetBand

func (o *ChannelItemVO) GetBand() string

GetBand returns the Band field if non-nil, zero value otherwise.

GetBandOk

func (o *ChannelItemVO) GetBandOk() (*string, bool)

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

SetBand

func (o *ChannelItemVO) SetBand(v string)

SetBand sets Band field to given value.

HasBand

func (o *ChannelItemVO) HasBand() bool

HasBand returns a boolean if a field has been set.

GetChannelList

func (o *ChannelItemVO) GetChannelList() []ChannelDetailVO

GetChannelList returns the ChannelList field if non-nil, zero value otherwise.

GetChannelListOk

func (o *ChannelItemVO) GetChannelListOk() (*[]ChannelDetailVO, bool)

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

SetChannelList

func (o *ChannelItemVO) SetChannelList(v []ChannelDetailVO)

SetChannelList sets ChannelList field to given value.

HasChannelList

func (o *ChannelItemVO) HasChannelList() bool

HasChannelList returns a boolean if a field has been set.

GetDisable6gReason

func (o *ChannelItemVO) GetDisable6gReason() int32

GetDisable6gReason returns the Disable6gReason field if non-nil, zero value otherwise.

GetDisable6gReasonOk

func (o *ChannelItemVO) GetDisable6gReasonOk() (*int32, bool)

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

SetDisable6gReason

func (o *ChannelItemVO) SetDisable6gReason(v int32)

SetDisable6gReason sets Disable6gReason field to given value.

HasDisable6gReason

func (o *ChannelItemVO) HasDisable6gReason() bool

HasDisable6gReason returns a boolean if a field has been set.

GetMaxPowAnt

func (o *ChannelItemVO) GetMaxPowAnt() int32

GetMaxPowAnt returns the MaxPowAnt field if non-nil, zero value otherwise.

GetMaxPowAntOk

func (o *ChannelItemVO) GetMaxPowAntOk() (*int32, bool)

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

SetMaxPowAnt

func (o *ChannelItemVO) SetMaxPowAnt(v int32)

SetMaxPowAnt sets MaxPowAnt field to given value.

HasMaxPowAnt

func (o *ChannelItemVO) HasMaxPowAnt() bool

HasMaxPowAnt returns a boolean if a field has been set.

GetMinPowAnt

func (o *ChannelItemVO) GetMinPowAnt() int32

GetMinPowAnt returns the MinPowAnt field if non-nil, zero value otherwise.

GetMinPowAntOk

func (o *ChannelItemVO) GetMinPowAntOk() (*int32, bool)

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

SetMinPowAnt

func (o *ChannelItemVO) SetMinPowAnt(v int32)

SetMinPowAnt sets MinPowAnt field to given value.

HasMinPowAnt

func (o *ChannelItemVO) HasMinPowAnt() bool

HasMinPowAnt returns a boolean if a field has been set.

GetRadioId

func (o *ChannelItemVO) GetRadioId() int32

GetRadioId returns the RadioId field if non-nil, zero value otherwise.

GetRadioIdOk

func (o *ChannelItemVO) GetRadioIdOk() (*int32, bool)

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

SetRadioId

func (o *ChannelItemVO) SetRadioId(v int32)

SetRadioId sets RadioId field to given value.

HasRadioId

func (o *ChannelItemVO) HasRadioId() bool

HasRadioId returns a boolean if a field has been set.

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