ApBriefInfoVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Mac | Pointer to string | AP MAC, for example: AA-AA-AA-AA-AA-AA. | [optional] |
| Name | Pointer to string | AP name. | [optional] |
Methods
NewApBriefInfoVO
func NewApBriefInfoVO() *ApBriefInfoVO
NewApBriefInfoVO instantiates a new ApBriefInfoVO 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
NewApBriefInfoVOWithDefaults
func NewApBriefInfoVOWithDefaults() *ApBriefInfoVO
NewApBriefInfoVOWithDefaults instantiates a new ApBriefInfoVO 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
GetMac
func (o *ApBriefInfoVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *ApBriefInfoVO) 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 *ApBriefInfoVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *ApBriefInfoVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetName
func (o *ApBriefInfoVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *ApBriefInfoVO) 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 *ApBriefInfoVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *ApBriefInfoVO) HasName() bool
HasName returns a boolean if a field has been set.