Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Quality | Pointer to Quality | [optional] | |
Title | Pointer to NullableString | [optional] | |
Weight | Pointer to int32 | [optional] | |
MinSize | Pointer to NullableFloat64 | [optional] | |
MaxSize | Pointer to NullableFloat64 | [optional] | |
PreferredSize | Pointer to NullableFloat64 | [optional] |
func NewQualityDefinitionResource() *QualityDefinitionResource
NewQualityDefinitionResource instantiates a new QualityDefinitionResource 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 NewQualityDefinitionResourceWithDefaults() *QualityDefinitionResource
NewQualityDefinitionResourceWithDefaults instantiates a new QualityDefinitionResource 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 *QualityDefinitionResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *QualityDefinitionResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityDefinitionResource) SetId(v int32)
SetId sets Id field to given value.
func (o *QualityDefinitionResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *QualityDefinitionResource) GetQuality() Quality
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *QualityDefinitionResource) GetQualityOk() (*Quality, bool)
GetQualityOk returns a tuple with the Quality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityDefinitionResource) SetQuality(v Quality)
SetQuality sets Quality field to given value.
func (o *QualityDefinitionResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *QualityDefinitionResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *QualityDefinitionResource) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityDefinitionResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *QualityDefinitionResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *QualityDefinitionResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *QualityDefinitionResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *QualityDefinitionResource) GetWeight() int32
GetWeight returns the Weight field if non-nil, zero value otherwise.
func (o *QualityDefinitionResource) GetWeightOk() (*int32, bool)
GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityDefinitionResource) SetWeight(v int32)
SetWeight sets Weight field to given value.
func (o *QualityDefinitionResource) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (o *QualityDefinitionResource) GetMinSize() float64
GetMinSize returns the MinSize field if non-nil, zero value otherwise.
func (o *QualityDefinitionResource) GetMinSizeOk() (*float64, bool)
GetMinSizeOk returns a tuple with the MinSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityDefinitionResource) SetMinSize(v float64)
SetMinSize sets MinSize field to given value.
func (o *QualityDefinitionResource) HasMinSize() bool
HasMinSize returns a boolean if a field has been set.
func (o *QualityDefinitionResource) SetMinSizeNil(b bool)
SetMinSizeNil sets the value for MinSize to be an explicit nil
func (o *QualityDefinitionResource) UnsetMinSize()
UnsetMinSize ensures that no value is present for MinSize, not even an explicit nil
func (o *QualityDefinitionResource) GetMaxSize() float64
GetMaxSize returns the MaxSize field if non-nil, zero value otherwise.
func (o *QualityDefinitionResource) GetMaxSizeOk() (*float64, bool)
GetMaxSizeOk returns a tuple with the MaxSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityDefinitionResource) SetMaxSize(v float64)
SetMaxSize sets MaxSize field to given value.
func (o *QualityDefinitionResource) HasMaxSize() bool
HasMaxSize returns a boolean if a field has been set.
func (o *QualityDefinitionResource) SetMaxSizeNil(b bool)
SetMaxSizeNil sets the value for MaxSize to be an explicit nil
func (o *QualityDefinitionResource) UnsetMaxSize()
UnsetMaxSize ensures that no value is present for MaxSize, not even an explicit nil
func (o *QualityDefinitionResource) GetPreferredSize() float64
GetPreferredSize returns the PreferredSize field if non-nil, zero value otherwise.
func (o *QualityDefinitionResource) GetPreferredSizeOk() (*float64, bool)
GetPreferredSizeOk returns a tuple with the PreferredSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityDefinitionResource) SetPreferredSize(v float64)
SetPreferredSize sets PreferredSize field to given value.
func (o *QualityDefinitionResource) HasPreferredSize() bool
HasPreferredSize returns a boolean if a field has been set.
func (o *QualityDefinitionResource) SetPreferredSizeNil(b bool)
SetPreferredSizeNil sets the value for PreferredSize to be an explicit nil
func (o *QualityDefinitionResource) UnsetPreferredSize()
UnsetPreferredSize ensures that no value is present for PreferredSize, not even an explicit nil