UnknownMulticastConfigVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceList | Pointer to []UnKnownMulticastExceptDeviceVO | unknown multicast except device list | [optional] |
| Enable | Pointer to bool | enable | [optional] |
Methods
NewUnknownMulticastConfigVO
func NewUnknownMulticastConfigVO() *UnknownMulticastConfigVO
NewUnknownMulticastConfigVO instantiates a new UnknownMulticastConfigVO 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
NewUnknownMulticastConfigVOWithDefaults
func NewUnknownMulticastConfigVOWithDefaults() *UnknownMulticastConfigVO
NewUnknownMulticastConfigVOWithDefaults instantiates a new UnknownMulticastConfigVO 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
GetDeviceList
func (o *UnknownMulticastConfigVO) GetDeviceList() []UnKnownMulticastExceptDeviceVO
GetDeviceList returns the DeviceList field if non-nil, zero value otherwise.
GetDeviceListOk
func (o *UnknownMulticastConfigVO) GetDeviceListOk() (*[]UnKnownMulticastExceptDeviceVO, bool)
GetDeviceListOk returns a tuple with the DeviceList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceList
func (o *UnknownMulticastConfigVO) SetDeviceList(v []UnKnownMulticastExceptDeviceVO)
SetDeviceList sets DeviceList field to given value.
HasDeviceList
func (o *UnknownMulticastConfigVO) HasDeviceList() bool
HasDeviceList returns a boolean if a field has been set.
GetEnable
func (o *UnknownMulticastConfigVO) GetEnable() bool
GetEnable returns the Enable field if non-nil, zero value otherwise.
GetEnableOk
func (o *UnknownMulticastConfigVO) GetEnableOk() (*bool, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEnable
func (o *UnknownMulticastConfigVO) SetEnable(v bool)
SetEnable sets Enable field to given value.
HasEnable
func (o *UnknownMulticastConfigVO) HasEnable() bool
HasEnable returns a boolean if a field has been set.