ApQosVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeliveryEnable | Pointer to bool | [optional] | |
| NoAcknowledgement | Pointer to bool | [optional] | |
| WmmEnable | Pointer to bool | [optional] |
Methods
NewApQosVO
func NewApQosVO() *ApQosVO
NewApQosVO instantiates a new ApQosVO 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
NewApQosVOWithDefaults
func NewApQosVOWithDefaults() *ApQosVO
NewApQosVOWithDefaults instantiates a new ApQosVO 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
GetDeliveryEnable
func (o *ApQosVO) GetDeliveryEnable() bool
GetDeliveryEnable returns the DeliveryEnable field if non-nil, zero value otherwise.
GetDeliveryEnableOk
func (o *ApQosVO) GetDeliveryEnableOk() (*bool, bool)
GetDeliveryEnableOk returns a tuple with the DeliveryEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeliveryEnable
func (o *ApQosVO) SetDeliveryEnable(v bool)
SetDeliveryEnable sets DeliveryEnable field to given value.
HasDeliveryEnable
func (o *ApQosVO) HasDeliveryEnable() bool
HasDeliveryEnable returns a boolean if a field has been set.
GetNoAcknowledgement
func (o *ApQosVO) GetNoAcknowledgement() bool
GetNoAcknowledgement returns the NoAcknowledgement field if non-nil, zero value otherwise.
GetNoAcknowledgementOk
func (o *ApQosVO) GetNoAcknowledgementOk() (*bool, bool)
GetNoAcknowledgementOk returns a tuple with the NoAcknowledgement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNoAcknowledgement
func (o *ApQosVO) SetNoAcknowledgement(v bool)
SetNoAcknowledgement sets NoAcknowledgement field to given value.
HasNoAcknowledgement
func (o *ApQosVO) HasNoAcknowledgement() bool
HasNoAcknowledgement returns a boolean if a field has been set.
GetWmmEnable
func (o *ApQosVO) GetWmmEnable() bool
GetWmmEnable returns the WmmEnable field if non-nil, zero value otherwise.
GetWmmEnableOk
func (o *ApQosVO) GetWmmEnableOk() (*bool, bool)
GetWmmEnableOk returns a tuple with the WmmEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWmmEnable
func (o *ApQosVO) SetWmmEnable(v bool)
SetWmmEnable sets WmmEnable field to given value.
HasWmmEnable
func (o *ApQosVO) HasWmmEnable() bool
HasWmmEnable returns a boolean if a field has been set.