Name | Type | Description | Notes |
---|---|---|---|
Quality | Pointer to Quality | [optional] | |
Revision | Pointer to Revision | [optional] |
func NewQualityModel() *QualityModel
NewQualityModel instantiates a new QualityModel 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 NewQualityModelWithDefaults() *QualityModel
NewQualityModelWithDefaults instantiates a new QualityModel 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 *QualityModel) GetQuality() Quality
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *QualityModel) 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 *QualityModel) SetQuality(v Quality)
SetQuality sets Quality field to given value.
func (o *QualityModel) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *QualityModel) GetRevision() Revision
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *QualityModel) GetRevisionOk() (*Revision, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QualityModel) SetRevision(v Revision)
SetRevision sets Revision field to given value.
func (o *QualityModel) HasRevision() bool
HasRevision returns a boolean if a field has been set.