Skip to content

QueryDeviceUplinkOpenApiVO

Properties

Name Type Description Notes
DeviceMacs Pointer to []string The list of deviceMac that require querying uplink device information. [optional]

Methods

NewQueryDeviceUplinkOpenApiVO

func NewQueryDeviceUplinkOpenApiVO() *QueryDeviceUplinkOpenApiVO

NewQueryDeviceUplinkOpenApiVO instantiates a new QueryDeviceUplinkOpenApiVO 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

NewQueryDeviceUplinkOpenApiVOWithDefaults

func NewQueryDeviceUplinkOpenApiVOWithDefaults() *QueryDeviceUplinkOpenApiVO

NewQueryDeviceUplinkOpenApiVOWithDefaults instantiates a new QueryDeviceUplinkOpenApiVO 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

GetDeviceMacs

func (o *QueryDeviceUplinkOpenApiVO) GetDeviceMacs() []string

GetDeviceMacs returns the DeviceMacs field if non-nil, zero value otherwise.

GetDeviceMacsOk

func (o *QueryDeviceUplinkOpenApiVO) GetDeviceMacsOk() (*[]string, bool)

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

SetDeviceMacs

func (o *QueryDeviceUplinkOpenApiVO) SetDeviceMacs(v []string)

SetDeviceMacs sets DeviceMacs field to given value.

HasDeviceMacs

func (o *QueryDeviceUplinkOpenApiVO) HasDeviceMacs() bool

HasDeviceMacs returns a boolean if a field has been set.

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