Skip to content

MultiLinkEntryDTO

Properties

Name Type Description Notes
Channel Pointer to int32 MLO Channel [optional]
Radio Pointer to int32 MLO Radio [optional]

Methods

NewMultiLinkEntryDTO

func NewMultiLinkEntryDTO() *MultiLinkEntryDTO

NewMultiLinkEntryDTO instantiates a new MultiLinkEntryDTO 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

NewMultiLinkEntryDTOWithDefaults

func NewMultiLinkEntryDTOWithDefaults() *MultiLinkEntryDTO

NewMultiLinkEntryDTOWithDefaults instantiates a new MultiLinkEntryDTO 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 *MultiLinkEntryDTO) GetChannel() int32

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

GetChannelOk

func (o *MultiLinkEntryDTO) 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 *MultiLinkEntryDTO) SetChannel(v int32)

SetChannel sets Channel field to given value.

HasChannel

func (o *MultiLinkEntryDTO) HasChannel() bool

HasChannel returns a boolean if a field has been set.

GetRadio

func (o *MultiLinkEntryDTO) GetRadio() int32

GetRadio returns the Radio field if non-nil, zero value otherwise.

GetRadioOk

func (o *MultiLinkEntryDTO) GetRadioOk() (*int32, bool)

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

SetRadio

func (o *MultiLinkEntryDTO) SetRadio(v int32)

SetRadio sets Radio field to given value.

HasRadio

func (o *MultiLinkEntryDTO) HasRadio() bool

HasRadio returns a boolean if a field has been set.

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