OsgDownLinkVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceName | Pointer to string | [optional] | |
| Duplex | Pointer to int32 | [optional] | |
| Ip | Pointer to string | [optional] | |
| Mac | Pointer to string | [optional] | |
| Model | Pointer to string | [optional] | |
| ModelVersion | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Port | Pointer to int32 | [optional] | |
| Speed | Pointer to int32 | [optional] | |
| Type | Pointer to string | [optional] | |
| Wireless | Pointer to bool | [optional] |
Methods
NewOsgDownLinkVO
func NewOsgDownLinkVO() *OsgDownLinkVO
NewOsgDownLinkVO instantiates a new OsgDownLinkVO 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
NewOsgDownLinkVOWithDefaults
func NewOsgDownLinkVOWithDefaults() *OsgDownLinkVO
NewOsgDownLinkVOWithDefaults instantiates a new OsgDownLinkVO 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
GetDeviceName
func (o *OsgDownLinkVO) GetDeviceName() string
GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.
GetDeviceNameOk
func (o *OsgDownLinkVO) GetDeviceNameOk() (*string, bool)
GetDeviceNameOk returns a tuple with the DeviceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceName
func (o *OsgDownLinkVO) SetDeviceName(v string)
SetDeviceName sets DeviceName field to given value.
HasDeviceName
func (o *OsgDownLinkVO) HasDeviceName() bool
HasDeviceName returns a boolean if a field has been set.
GetDuplex
func (o *OsgDownLinkVO) GetDuplex() int32
GetDuplex returns the Duplex field if non-nil, zero value otherwise.
GetDuplexOk
func (o *OsgDownLinkVO) 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 *OsgDownLinkVO) SetDuplex(v int32)
SetDuplex sets Duplex field to given value.
HasDuplex
func (o *OsgDownLinkVO) HasDuplex() bool
HasDuplex returns a boolean if a field has been set.
GetIp
func (o *OsgDownLinkVO) GetIp() string
GetIp returns the Ip field if non-nil, zero value otherwise.
GetIpOk
func (o *OsgDownLinkVO) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIp
func (o *OsgDownLinkVO) SetIp(v string)
SetIp sets Ip field to given value.
HasIp
func (o *OsgDownLinkVO) HasIp() bool
HasIp returns a boolean if a field has been set.
GetMac
func (o *OsgDownLinkVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *OsgDownLinkVO) GetMacOk() (*string, bool)
GetMacOk returns a tuple with the Mac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMac
func (o *OsgDownLinkVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *OsgDownLinkVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetModel
func (o *OsgDownLinkVO) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
GetModelOk
func (o *OsgDownLinkVO) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModel
func (o *OsgDownLinkVO) SetModel(v string)
SetModel sets Model field to given value.
HasModel
func (o *OsgDownLinkVO) HasModel() bool
HasModel returns a boolean if a field has been set.
GetModelVersion
func (o *OsgDownLinkVO) GetModelVersion() string
GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.
GetModelVersionOk
func (o *OsgDownLinkVO) GetModelVersionOk() (*string, bool)
GetModelVersionOk returns a tuple with the ModelVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelVersion
func (o *OsgDownLinkVO) SetModelVersion(v string)
SetModelVersion sets ModelVersion field to given value.
HasModelVersion
func (o *OsgDownLinkVO) HasModelVersion() bool
HasModelVersion returns a boolean if a field has been set.
GetName
func (o *OsgDownLinkVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *OsgDownLinkVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *OsgDownLinkVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *OsgDownLinkVO) HasName() bool
HasName returns a boolean if a field has been set.
GetPort
func (o *OsgDownLinkVO) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
GetPortOk
func (o *OsgDownLinkVO) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPort
func (o *OsgDownLinkVO) SetPort(v int32)
SetPort sets Port field to given value.
HasPort
func (o *OsgDownLinkVO) HasPort() bool
HasPort returns a boolean if a field has been set.
GetSpeed
func (o *OsgDownLinkVO) GetSpeed() int32
GetSpeed returns the Speed field if non-nil, zero value otherwise.
GetSpeedOk
func (o *OsgDownLinkVO) GetSpeedOk() (*int32, bool)
GetSpeedOk returns a tuple with the Speed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSpeed
func (o *OsgDownLinkVO) SetSpeed(v int32)
SetSpeed sets Speed field to given value.
HasSpeed
func (o *OsgDownLinkVO) HasSpeed() bool
HasSpeed returns a boolean if a field has been set.
GetType
func (o *OsgDownLinkVO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *OsgDownLinkVO) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetType
func (o *OsgDownLinkVO) SetType(v string)
SetType sets Type field to given value.
HasType
func (o *OsgDownLinkVO) HasType() bool
HasType returns a boolean if a field has been set.
GetWireless
func (o *OsgDownLinkVO) GetWireless() bool
GetWireless returns the Wireless field if non-nil, zero value otherwise.
GetWirelessOk
func (o *OsgDownLinkVO) GetWirelessOk() (*bool, bool)
GetWirelessOk returns a tuple with the Wireless field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWireless
func (o *OsgDownLinkVO) SetWireless(v bool)
SetWireless sets Wireless field to given value.
HasWireless
func (o *OsgDownLinkVO) HasWireless() bool
HasWireless returns a boolean if a field has been set.