Skip to content

DslSettingsVO

Properties

Name Type Description Notes
Annex Pointer to int32 [optional]
BitSwap Pointer to int32 [optional]
Modulation Pointer to int32 [optional]
Sra Pointer to int32 [optional]

Methods

NewDslSettingsVO

func NewDslSettingsVO() *DslSettingsVO

NewDslSettingsVO instantiates a new DslSettingsVO 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

NewDslSettingsVOWithDefaults

func NewDslSettingsVOWithDefaults() *DslSettingsVO

NewDslSettingsVOWithDefaults instantiates a new DslSettingsVO 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

GetAnnex

func (o *DslSettingsVO) GetAnnex() int32

GetAnnex returns the Annex field if non-nil, zero value otherwise.

GetAnnexOk

func (o *DslSettingsVO) GetAnnexOk() (*int32, bool)

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

SetAnnex

func (o *DslSettingsVO) SetAnnex(v int32)

SetAnnex sets Annex field to given value.

HasAnnex

func (o *DslSettingsVO) HasAnnex() bool

HasAnnex returns a boolean if a field has been set.

GetBitSwap

func (o *DslSettingsVO) GetBitSwap() int32

GetBitSwap returns the BitSwap field if non-nil, zero value otherwise.

GetBitSwapOk

func (o *DslSettingsVO) GetBitSwapOk() (*int32, bool)

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

SetBitSwap

func (o *DslSettingsVO) SetBitSwap(v int32)

SetBitSwap sets BitSwap field to given value.

HasBitSwap

func (o *DslSettingsVO) HasBitSwap() bool

HasBitSwap returns a boolean if a field has been set.

GetModulation

func (o *DslSettingsVO) GetModulation() int32

GetModulation returns the Modulation field if non-nil, zero value otherwise.

GetModulationOk

func (o *DslSettingsVO) GetModulationOk() (*int32, bool)

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

SetModulation

func (o *DslSettingsVO) SetModulation(v int32)

SetModulation sets Modulation field to given value.

HasModulation

func (o *DslSettingsVO) HasModulation() bool

HasModulation returns a boolean if a field has been set.

GetSra

func (o *DslSettingsVO) GetSra() int32

GetSra returns the Sra field if non-nil, zero value otherwise.

GetSraOk

func (o *DslSettingsVO) GetSraOk() (*int32, bool)

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

SetSra

func (o *DslSettingsVO) SetSra(v int32)

SetSra sets Sra field to given value.

HasSra

func (o *DslSettingsVO) HasSra() bool

HasSra returns a boolean if a field has been set.

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