UnKnownMulticastExceptDeviceVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceModel | Pointer to string | Model of device,for example:EAP225 | [optional] |
| DeviceModelVersion | Pointer to string | Model version of device,for example:3.0 | [optional] |
| DeviceName | Pointer to string | Device name,default value is the mac address of device | [optional] |
| DeviceType | Pointer to string | Device type:ap、gateway、switch、olt | [optional] |
| Mac | Pointer to string | Device mac | [optional] |
| StackId | Pointer to string | Stack Id | [optional] |
| StackName | Pointer to string | Stack name | [optional] |
| Type | Pointer to int32 | UnknownMulticastRule type | [optional] |
Methods
NewUnKnownMulticastExceptDeviceVO
func NewUnKnownMulticastExceptDeviceVO() *UnKnownMulticastExceptDeviceVO
NewUnKnownMulticastExceptDeviceVO instantiates a new UnKnownMulticastExceptDeviceVO 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
NewUnKnownMulticastExceptDeviceVOWithDefaults
func NewUnKnownMulticastExceptDeviceVOWithDefaults() *UnKnownMulticastExceptDeviceVO
NewUnKnownMulticastExceptDeviceVOWithDefaults instantiates a new UnKnownMulticastExceptDeviceVO 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
GetDeviceModel
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceModel() string
GetDeviceModel returns the DeviceModel field if non-nil, zero value otherwise.
GetDeviceModelOk
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceModelOk() (*string, bool)
GetDeviceModelOk returns a tuple with the DeviceModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceModel
func (o *UnKnownMulticastExceptDeviceVO) SetDeviceModel(v string)
SetDeviceModel sets DeviceModel field to given value.
HasDeviceModel
func (o *UnKnownMulticastExceptDeviceVO) HasDeviceModel() bool
HasDeviceModel returns a boolean if a field has been set.
GetDeviceModelVersion
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceModelVersion() string
GetDeviceModelVersion returns the DeviceModelVersion field if non-nil, zero value otherwise.
GetDeviceModelVersionOk
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceModelVersionOk() (*string, bool)
GetDeviceModelVersionOk returns a tuple with the DeviceModelVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceModelVersion
func (o *UnKnownMulticastExceptDeviceVO) SetDeviceModelVersion(v string)
SetDeviceModelVersion sets DeviceModelVersion field to given value.
HasDeviceModelVersion
func (o *UnKnownMulticastExceptDeviceVO) HasDeviceModelVersion() bool
HasDeviceModelVersion returns a boolean if a field has been set.
GetDeviceName
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceName() string
GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.
GetDeviceNameOk
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceNameOk() (*string, bool)
GetDeviceNameOk returns a tuple with the DeviceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceName
func (o *UnKnownMulticastExceptDeviceVO) SetDeviceName(v string)
SetDeviceName sets DeviceName field to given value.
HasDeviceName
func (o *UnKnownMulticastExceptDeviceVO) HasDeviceName() bool
HasDeviceName returns a boolean if a field has been set.
GetDeviceType
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceType() string
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
GetDeviceTypeOk
func (o *UnKnownMulticastExceptDeviceVO) GetDeviceTypeOk() (*string, bool)
GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceType
func (o *UnKnownMulticastExceptDeviceVO) SetDeviceType(v string)
SetDeviceType sets DeviceType field to given value.
HasDeviceType
func (o *UnKnownMulticastExceptDeviceVO) HasDeviceType() bool
HasDeviceType returns a boolean if a field has been set.
GetMac
func (o *UnKnownMulticastExceptDeviceVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *UnKnownMulticastExceptDeviceVO) 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 *UnKnownMulticastExceptDeviceVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *UnKnownMulticastExceptDeviceVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetStackId
func (o *UnKnownMulticastExceptDeviceVO) GetStackId() string
GetStackId returns the StackId field if non-nil, zero value otherwise.
GetStackIdOk
func (o *UnKnownMulticastExceptDeviceVO) GetStackIdOk() (*string, bool)
GetStackIdOk returns a tuple with the StackId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStackId
func (o *UnKnownMulticastExceptDeviceVO) SetStackId(v string)
SetStackId sets StackId field to given value.
HasStackId
func (o *UnKnownMulticastExceptDeviceVO) HasStackId() bool
HasStackId returns a boolean if a field has been set.
GetStackName
func (o *UnKnownMulticastExceptDeviceVO) GetStackName() string
GetStackName returns the StackName field if non-nil, zero value otherwise.
GetStackNameOk
func (o *UnKnownMulticastExceptDeviceVO) GetStackNameOk() (*string, bool)
GetStackNameOk returns a tuple with the StackName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStackName
func (o *UnKnownMulticastExceptDeviceVO) SetStackName(v string)
SetStackName sets StackName field to given value.
HasStackName
func (o *UnKnownMulticastExceptDeviceVO) HasStackName() bool
HasStackName returns a boolean if a field has been set.
GetType
func (o *UnKnownMulticastExceptDeviceVO) GetType() int32
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *UnKnownMulticastExceptDeviceVO) GetTypeOk() (*int32, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetType
func (o *UnKnownMulticastExceptDeviceVO) SetType(v int32)
SetType sets Type field to given value.
HasType
func (o *UnKnownMulticastExceptDeviceVO) HasType() bool
HasType returns a boolean if a field has been set.