Skip to content

MultiBandInfoOpenApiVO

Properties

Name Type Description Notes
Channel Pointer to int32 channel [optional]
RadioId Pointer to int32 band radio Id [optional]
Rssi Pointer to int32 rssi [optional]

Methods

NewMultiBandInfoOpenApiVO

func NewMultiBandInfoOpenApiVO() *MultiBandInfoOpenApiVO

NewMultiBandInfoOpenApiVO instantiates a new MultiBandInfoOpenApiVO 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

NewMultiBandInfoOpenApiVOWithDefaults

func NewMultiBandInfoOpenApiVOWithDefaults() *MultiBandInfoOpenApiVO

NewMultiBandInfoOpenApiVOWithDefaults instantiates a new MultiBandInfoOpenApiVO 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

GetChannel

func (o *MultiBandInfoOpenApiVO) GetChannel() int32

GetChannel returns the Channel field if non-nil, zero value otherwise.

GetChannelOk

func (o *MultiBandInfoOpenApiVO) GetChannelOk() (*int32, bool)

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

SetChannel

func (o *MultiBandInfoOpenApiVO) SetChannel(v int32)

SetChannel sets Channel field to given value.

HasChannel

func (o *MultiBandInfoOpenApiVO) HasChannel() bool

HasChannel returns a boolean if a field has been set.

GetRadioId

func (o *MultiBandInfoOpenApiVO) GetRadioId() int32

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

GetRadioIdOk

func (o *MultiBandInfoOpenApiVO) 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 *MultiBandInfoOpenApiVO) SetRadioId(v int32)

SetRadioId sets RadioId field to given value.

HasRadioId

func (o *MultiBandInfoOpenApiVO) HasRadioId() bool

HasRadioId returns a boolean if a field has been set.

GetRssi

func (o *MultiBandInfoOpenApiVO) GetRssi() int32

GetRssi returns the Rssi field if non-nil, zero value otherwise.

GetRssiOk

func (o *MultiBandInfoOpenApiVO) GetRssiOk() (*int32, bool)

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

SetRssi

func (o *MultiBandInfoOpenApiVO) SetRssi(v int32)

SetRssi sets Rssi field to given value.

HasRssi

func (o *MultiBandInfoOpenApiVO) HasRssi() bool

HasRssi returns a boolean if a field has been set.

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