Name | Type | Description | Notes |
---|---|---|---|
Sweetness | float32 | ||
Saltiness | float32 | ||
Sourness | float32 | ||
Bitterness | float32 | ||
Savoriness | float32 | ||
Fattiness | float32 | ||
Spiciness | float32 |
func NewTasteInformation(sweetness float32, saltiness float32, sourness float32, bitterness float32, savoriness float32, fattiness float32, spiciness float32, ) *TasteInformation
NewTasteInformation instantiates a new TasteInformation 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 NewTasteInformationWithDefaults() *TasteInformation
NewTasteInformationWithDefaults instantiates a new TasteInformation 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 *TasteInformation) GetSweetness() float32
GetSweetness returns the Sweetness field if non-nil, zero value otherwise.
func (o *TasteInformation) GetSweetnessOk() (*float32, bool)
GetSweetnessOk returns a tuple with the Sweetness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasteInformation) SetSweetness(v float32)
SetSweetness sets Sweetness field to given value.
func (o *TasteInformation) GetSaltiness() float32
GetSaltiness returns the Saltiness field if non-nil, zero value otherwise.
func (o *TasteInformation) GetSaltinessOk() (*float32, bool)
GetSaltinessOk returns a tuple with the Saltiness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasteInformation) SetSaltiness(v float32)
SetSaltiness sets Saltiness field to given value.
func (o *TasteInformation) GetSourness() float32
GetSourness returns the Sourness field if non-nil, zero value otherwise.
func (o *TasteInformation) GetSournessOk() (*float32, bool)
GetSournessOk returns a tuple with the Sourness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasteInformation) SetSourness(v float32)
SetSourness sets Sourness field to given value.
func (o *TasteInformation) GetBitterness() float32
GetBitterness returns the Bitterness field if non-nil, zero value otherwise.
func (o *TasteInformation) GetBitternessOk() (*float32, bool)
GetBitternessOk returns a tuple with the Bitterness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasteInformation) SetBitterness(v float32)
SetBitterness sets Bitterness field to given value.
func (o *TasteInformation) GetSavoriness() float32
GetSavoriness returns the Savoriness field if non-nil, zero value otherwise.
func (o *TasteInformation) GetSavorinessOk() (*float32, bool)
GetSavorinessOk returns a tuple with the Savoriness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasteInformation) SetSavoriness(v float32)
SetSavoriness sets Savoriness field to given value.
func (o *TasteInformation) GetFattiness() float32
GetFattiness returns the Fattiness field if non-nil, zero value otherwise.
func (o *TasteInformation) GetFattinessOk() (*float32, bool)
GetFattinessOk returns a tuple with the Fattiness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasteInformation) SetFattiness(v float32)
SetFattiness sets Fattiness field to given value.
func (o *TasteInformation) GetSpiciness() float32
GetSpiciness returns the Spiciness field if non-nil, zero value otherwise.
func (o *TasteInformation) GetSpicinessOk() (*float32, bool)
GetSpicinessOk returns a tuple with the Spiciness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasteInformation) SetSpiciness(v float32)
SetSpiciness sets Spiciness field to given value.