MultiApPortCapOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApMacList | []string | AP mac list |
Methods
NewMultiApPortCapOpenApiVO
func NewMultiApPortCapOpenApiVO(apMacList []string, ) *MultiApPortCapOpenApiVO
NewMultiApPortCapOpenApiVO instantiates a new MultiApPortCapOpenApiVO 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
NewMultiApPortCapOpenApiVOWithDefaults
func NewMultiApPortCapOpenApiVOWithDefaults() *MultiApPortCapOpenApiVO
NewMultiApPortCapOpenApiVOWithDefaults instantiates a new MultiApPortCapOpenApiVO 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
GetApMacList
func (o *MultiApPortCapOpenApiVO) GetApMacList() []string
GetApMacList returns the ApMacList field if non-nil, zero value otherwise.
GetApMacListOk
func (o *MultiApPortCapOpenApiVO) GetApMacListOk() (*[]string, bool)
GetApMacListOk returns a tuple with the ApMacList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApMacList
func (o *MultiApPortCapOpenApiVO) SetApMacList(v []string)
SetApMacList sets ApMacList field to given value.