Skip to content

OswQosModeVO

Properties

Name Type Description Notes
Completed Pointer to int32 [optional]
QosMode Pointer to int32 [optional]

Methods

NewOswQosModeVO

func NewOswQosModeVO() *OswQosModeVO

NewOswQosModeVO instantiates a new OswQosModeVO 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

NewOswQosModeVOWithDefaults

func NewOswQosModeVOWithDefaults() *OswQosModeVO

NewOswQosModeVOWithDefaults instantiates a new OswQosModeVO 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

GetCompleted

func (o *OswQosModeVO) GetCompleted() int32

GetCompleted returns the Completed field if non-nil, zero value otherwise.

GetCompletedOk

func (o *OswQosModeVO) GetCompletedOk() (*int32, bool)

GetCompletedOk returns a tuple with the Completed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCompleted

func (o *OswQosModeVO) SetCompleted(v int32)

SetCompleted sets Completed field to given value.

HasCompleted

func (o *OswQosModeVO) HasCompleted() bool

HasCompleted returns a boolean if a field has been set.

GetQosMode

func (o *OswQosModeVO) GetQosMode() int32

GetQosMode returns the QosMode field if non-nil, zero value otherwise.

GetQosModeOk

func (o *OswQosModeVO) GetQosModeOk() (*int32, bool)

GetQosModeOk returns a tuple with the QosMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQosMode

func (o *OswQosModeVO) SetQosMode(v int32)

SetQosMode sets QosMode field to given value.

HasQosMode

func (o *OswQosModeVO) HasQosMode() bool

HasQosMode returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]