ApWiredDownlink
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| WiredDownlinkList | Pointer to []ApDownLinkStatusVO | Wired downlink device list | [optional] |
Methods
NewApWiredDownlink
func NewApWiredDownlink() *ApWiredDownlink
NewApWiredDownlink instantiates a new ApWiredDownlink 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
NewApWiredDownlinkWithDefaults
func NewApWiredDownlinkWithDefaults() *ApWiredDownlink
NewApWiredDownlinkWithDefaults instantiates a new ApWiredDownlink 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
GetWiredDownlinkList
func (o *ApWiredDownlink) GetWiredDownlinkList() []ApDownLinkStatusVO
GetWiredDownlinkList returns the WiredDownlinkList field if non-nil, zero value otherwise.
GetWiredDownlinkListOk
func (o *ApWiredDownlink) GetWiredDownlinkListOk() (*[]ApDownLinkStatusVO, bool)
GetWiredDownlinkListOk returns a tuple with the WiredDownlinkList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWiredDownlinkList
func (o *ApWiredDownlink) SetWiredDownlinkList(v []ApDownLinkStatusVO)
SetWiredDownlinkList sets WiredDownlinkList field to given value.
HasWiredDownlinkList
func (o *ApWiredDownlink) HasWiredDownlinkList() bool
HasWiredDownlinkList returns a boolean if a field has been set.