Skip to content

OswFecCapVO

Properties

Name Type Description Notes
FecMode Pointer to int32 [optional]
LinkSpeed Pointer to int32 [optional]

Methods

NewOswFecCapVO

func NewOswFecCapVO() *OswFecCapVO

NewOswFecCapVO instantiates a new OswFecCapVO 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

NewOswFecCapVOWithDefaults

func NewOswFecCapVOWithDefaults() *OswFecCapVO

NewOswFecCapVOWithDefaults instantiates a new OswFecCapVO 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

GetFecMode

func (o *OswFecCapVO) GetFecMode() int32

GetFecMode returns the FecMode field if non-nil, zero value otherwise.

GetFecModeOk

func (o *OswFecCapVO) GetFecModeOk() (*int32, bool)

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

SetFecMode

func (o *OswFecCapVO) SetFecMode(v int32)

SetFecMode sets FecMode field to given value.

HasFecMode

func (o *OswFecCapVO) HasFecMode() bool

HasFecMode returns a boolean if a field has been set.

GetLinkSpeed

func (o *OswFecCapVO) GetLinkSpeed() int32

GetLinkSpeed returns the LinkSpeed field if non-nil, zero value otherwise.

GetLinkSpeedOk

func (o *OswFecCapVO) GetLinkSpeedOk() (*int32, bool)

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

SetLinkSpeed

func (o *OswFecCapVO) SetLinkSpeed(v int32)

SetLinkSpeed sets LinkSpeed field to given value.

HasLinkSpeed

func (o *OswFecCapVO) HasLinkSpeed() bool

HasLinkSpeed returns a boolean if a field has been set.

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