Name | Type | Description | Notes |
---|---|---|---|
List | Pointer to []string | [optional] | |
Mode | Pointer to []string | [optional] | |
ExemptTime | Pointer to V0039Uint32NoVal | [optional] |
func NewV0039QosPreempt() *V0039QosPreempt
NewV0039QosPreempt instantiates a new V0039QosPreempt 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
func NewV0039QosPreemptWithDefaults() *V0039QosPreempt
NewV0039QosPreemptWithDefaults instantiates a new V0039QosPreempt 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
func (o *V0039QosPreempt) GetList() []string
GetList returns the List field if non-nil, zero value otherwise.
func (o *V0039QosPreempt) GetListOk() (*[]string, bool)
GetListOk returns a tuple with the List field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosPreempt) SetList(v []string)
SetList sets List field to given value.
func (o *V0039QosPreempt) HasList() bool
HasList returns a boolean if a field has been set.
func (o *V0039QosPreempt) GetMode() []string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *V0039QosPreempt) GetModeOk() (*[]string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosPreempt) SetMode(v []string)
SetMode sets Mode field to given value.
func (o *V0039QosPreempt) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *V0039QosPreempt) GetExemptTime() V0039Uint32NoVal
GetExemptTime returns the ExemptTime field if non-nil, zero value otherwise.
func (o *V0039QosPreempt) GetExemptTimeOk() (*V0039Uint32NoVal, bool)
GetExemptTimeOk returns a tuple with the ExemptTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039QosPreempt) SetExemptTime(v V0039Uint32NoVal)
SetExemptTime sets ExemptTime field to given value.
func (o *V0039QosPreempt) HasExemptTime() bool
HasExemptTime returns a boolean if a field has been set.