UpdateApVlanOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MvlanSetting | Pointer to ApMvlanSettingOpenApiVO | [optional] | |
| VoipVlanSetting | Pointer to ApVoipVlanSettingOpenApiVO | [optional] |
Methods
NewUpdateApVlanOpenApiVO
func NewUpdateApVlanOpenApiVO() *UpdateApVlanOpenApiVO
NewUpdateApVlanOpenApiVO instantiates a new UpdateApVlanOpenApiVO 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
NewUpdateApVlanOpenApiVOWithDefaults
func NewUpdateApVlanOpenApiVOWithDefaults() *UpdateApVlanOpenApiVO
NewUpdateApVlanOpenApiVOWithDefaults instantiates a new UpdateApVlanOpenApiVO 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
GetMvlanSetting
func (o *UpdateApVlanOpenApiVO) GetMvlanSetting() ApMvlanSettingOpenApiVO
GetMvlanSetting returns the MvlanSetting field if non-nil, zero value otherwise.
GetMvlanSettingOk
func (o *UpdateApVlanOpenApiVO) GetMvlanSettingOk() (*ApMvlanSettingOpenApiVO, bool)
GetMvlanSettingOk returns a tuple with the MvlanSetting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMvlanSetting
func (o *UpdateApVlanOpenApiVO) SetMvlanSetting(v ApMvlanSettingOpenApiVO)
SetMvlanSetting sets MvlanSetting field to given value.
HasMvlanSetting
func (o *UpdateApVlanOpenApiVO) HasMvlanSetting() bool
HasMvlanSetting returns a boolean if a field has been set.
GetVoipVlanSetting
func (o *UpdateApVlanOpenApiVO) GetVoipVlanSetting() ApVoipVlanSettingOpenApiVO
GetVoipVlanSetting returns the VoipVlanSetting field if non-nil, zero value otherwise.
GetVoipVlanSettingOk
func (o *UpdateApVlanOpenApiVO) GetVoipVlanSettingOk() (*ApVoipVlanSettingOpenApiVO, bool)
GetVoipVlanSettingOk returns a tuple with the VoipVlanSetting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoipVlanSetting
func (o *UpdateApVlanOpenApiVO) SetVoipVlanSetting(v ApVoipVlanSettingOpenApiVO)
SetVoipVlanSetting sets VoipVlanSetting field to given value.
HasVoipVlanSetting
func (o *UpdateApVlanOpenApiVO) HasVoipVlanSetting() bool
HasVoipVlanSetting returns a boolean if a field has been set.