Skip to content

OswDownLinkClientVO

Properties

Name Type Description Notes
DeviceType Pointer to string Device Type: iPhone, iPod, Android, PC, printer, TV... [optional]
Ip Pointer to string IP Address [optional]
LagId Pointer to int32 (Wired) LAG ID. Exists only when the client is connected to the LAG. [optional]
Mac Pointer to string Client MAC Address [optional]
Model Pointer to string Client Model [optional]
Name Pointer to string Client Name, alias [optional]
Port Pointer to int32 (Wired) Port ID. [optional]
StandardPort Pointer to string Standard port. [optional]
Unit Pointer to int32 Unit ID. [optional]

Methods

NewOswDownLinkClientVO

func NewOswDownLinkClientVO() *OswDownLinkClientVO

NewOswDownLinkClientVO instantiates a new OswDownLinkClientVO 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

NewOswDownLinkClientVOWithDefaults

func NewOswDownLinkClientVOWithDefaults() *OswDownLinkClientVO

NewOswDownLinkClientVOWithDefaults instantiates a new OswDownLinkClientVO 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

GetDeviceType

func (o *OswDownLinkClientVO) GetDeviceType() string

GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.

GetDeviceTypeOk

func (o *OswDownLinkClientVO) GetDeviceTypeOk() (*string, bool)

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

SetDeviceType

func (o *OswDownLinkClientVO) SetDeviceType(v string)

SetDeviceType sets DeviceType field to given value.

HasDeviceType

func (o *OswDownLinkClientVO) HasDeviceType() bool

HasDeviceType returns a boolean if a field has been set.

GetIp

func (o *OswDownLinkClientVO) GetIp() string

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

func (o *OswDownLinkClientVO) 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 *OswDownLinkClientVO) SetIp(v string)

SetIp sets Ip field to given value.

HasIp

func (o *OswDownLinkClientVO) HasIp() bool

HasIp returns a boolean if a field has been set.

GetLagId

func (o *OswDownLinkClientVO) GetLagId() int32

GetLagId returns the LagId field if non-nil, zero value otherwise.

GetLagIdOk

func (o *OswDownLinkClientVO) GetLagIdOk() (*int32, bool)

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

SetLagId

func (o *OswDownLinkClientVO) SetLagId(v int32)

SetLagId sets LagId field to given value.

HasLagId

func (o *OswDownLinkClientVO) HasLagId() bool

HasLagId returns a boolean if a field has been set.

GetMac

func (o *OswDownLinkClientVO) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *OswDownLinkClientVO) 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 *OswDownLinkClientVO) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *OswDownLinkClientVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *OswDownLinkClientVO) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *OswDownLinkClientVO) 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 *OswDownLinkClientVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *OswDownLinkClientVO) HasModel() bool

HasModel returns a boolean if a field has been set.

GetName

func (o *OswDownLinkClientVO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *OswDownLinkClientVO) 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 *OswDownLinkClientVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *OswDownLinkClientVO) HasName() bool

HasName returns a boolean if a field has been set.

GetPort

func (o *OswDownLinkClientVO) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *OswDownLinkClientVO) 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 *OswDownLinkClientVO) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *OswDownLinkClientVO) HasPort() bool

HasPort returns a boolean if a field has been set.

GetStandardPort

func (o *OswDownLinkClientVO) GetStandardPort() string

GetStandardPort returns the StandardPort field if non-nil, zero value otherwise.

GetStandardPortOk

func (o *OswDownLinkClientVO) GetStandardPortOk() (*string, bool)

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

SetStandardPort

func (o *OswDownLinkClientVO) SetStandardPort(v string)

SetStandardPort sets StandardPort field to given value.

HasStandardPort

func (o *OswDownLinkClientVO) HasStandardPort() bool

HasStandardPort returns a boolean if a field has been set.

GetUnit

func (o *OswDownLinkClientVO) GetUnit() int32

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

func (o *OswDownLinkClientVO) GetUnitOk() (*int32, bool)

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

SetUnit

func (o *OswDownLinkClientVO) SetUnit(v int32)

SetUnit sets Unit field to given value.

HasUnit

func (o *OswDownLinkClientVO) HasUnit() bool

HasUnit returns a boolean if a field has been set.

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