VlanNetworkAffectingSsidVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | SSID ID | [optional] |
| Name | Pointer to string | SSID name | [optional] |
| WlanId | Pointer to string | WLAN group ID | [optional] |
| WlanName | Pointer to string | WLAN group name | [optional] |
Methods
NewVlanNetworkAffectingSsidVO
func NewVlanNetworkAffectingSsidVO() *VlanNetworkAffectingSsidVO
NewVlanNetworkAffectingSsidVO instantiates a new VlanNetworkAffectingSsidVO 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
NewVlanNetworkAffectingSsidVOWithDefaults
func NewVlanNetworkAffectingSsidVOWithDefaults() *VlanNetworkAffectingSsidVO
NewVlanNetworkAffectingSsidVOWithDefaults instantiates a new VlanNetworkAffectingSsidVO 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
GetId
func (o *VlanNetworkAffectingSsidVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *VlanNetworkAffectingSsidVO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *VlanNetworkAffectingSsidVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *VlanNetworkAffectingSsidVO) HasId() bool
HasId returns a boolean if a field has been set.
GetName
func (o *VlanNetworkAffectingSsidVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *VlanNetworkAffectingSsidVO) 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 *VlanNetworkAffectingSsidVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *VlanNetworkAffectingSsidVO) HasName() bool
HasName returns a boolean if a field has been set.
GetWlanId
func (o *VlanNetworkAffectingSsidVO) GetWlanId() string
GetWlanId returns the WlanId field if non-nil, zero value otherwise.
GetWlanIdOk
func (o *VlanNetworkAffectingSsidVO) GetWlanIdOk() (*string, bool)
GetWlanIdOk returns a tuple with the WlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWlanId
func (o *VlanNetworkAffectingSsidVO) SetWlanId(v string)
SetWlanId sets WlanId field to given value.
HasWlanId
func (o *VlanNetworkAffectingSsidVO) HasWlanId() bool
HasWlanId returns a boolean if a field has been set.
GetWlanName
func (o *VlanNetworkAffectingSsidVO) GetWlanName() string
GetWlanName returns the WlanName field if non-nil, zero value otherwise.
GetWlanNameOk
func (o *VlanNetworkAffectingSsidVO) GetWlanNameOk() (*string, bool)
GetWlanNameOk returns a tuple with the WlanName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWlanName
func (o *VlanNetworkAffectingSsidVO) SetWlanName(v string)
SetWlanName sets WlanName field to given value.
HasWlanName
func (o *VlanNetworkAffectingSsidVO) HasWlanName() bool
HasWlanName returns a boolean if a field has been set.