OsgLinkVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Duplex | Pointer to int32 | [optional] | |
| LinkSpeed | Pointer to int32 | [optional] |
Methods
NewOsgLinkVO
func NewOsgLinkVO() *OsgLinkVO
NewOsgLinkVO instantiates a new OsgLinkVO 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
NewOsgLinkVOWithDefaults
func NewOsgLinkVOWithDefaults() *OsgLinkVO
NewOsgLinkVOWithDefaults instantiates a new OsgLinkVO 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
GetDuplex
func (o *OsgLinkVO) GetDuplex() int32
GetDuplex returns the Duplex field if non-nil, zero value otherwise.
GetDuplexOk
func (o *OsgLinkVO) GetDuplexOk() (*int32, bool)
GetDuplexOk returns a tuple with the Duplex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDuplex
func (o *OsgLinkVO) SetDuplex(v int32)
SetDuplex sets Duplex field to given value.
HasDuplex
func (o *OsgLinkVO) HasDuplex() bool
HasDuplex returns a boolean if a field has been set.
GetLinkSpeed
func (o *OsgLinkVO) GetLinkSpeed() int32
GetLinkSpeed returns the LinkSpeed field if non-nil, zero value otherwise.
GetLinkSpeedOk
func (o *OsgLinkVO) 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 *OsgLinkVO) SetLinkSpeed(v int32)
SetLinkSpeed sets LinkSpeed field to given value.
HasLinkSpeed
func (o *OsgLinkVO) HasLinkSpeed() bool
HasLinkSpeed returns a boolean if a field has been set.