Name | Type | Description | Notes |
---|---|---|---|
Bonus | Pointer to AlmanaxBonus | [optional] | |
Date | Pointer to string | [optional] | |
Tribute | Pointer to AlmanaxTribute | [optional] | |
RewardKamas | Pointer to NullableInt32 | Amount of Kamas you get as reward for finishing this Almanax quest. | [optional] |
func NewAlmanax() *Almanax
NewAlmanax instantiates a new Almanax 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 NewAlmanaxWithDefaults() *Almanax
NewAlmanaxWithDefaults instantiates a new Almanax 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 *Almanax) GetBonus() AlmanaxBonus
GetBonus returns the Bonus field if non-nil, zero value otherwise.
func (o *Almanax) GetBonusOk() (*AlmanaxBonus, bool)
GetBonusOk returns a tuple with the Bonus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Almanax) SetBonus(v AlmanaxBonus)
SetBonus sets Bonus field to given value.
func (o *Almanax) HasBonus() bool
HasBonus returns a boolean if a field has been set.
func (o *Almanax) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *Almanax) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Almanax) SetDate(v string)
SetDate sets Date field to given value.
func (o *Almanax) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *Almanax) GetTribute() AlmanaxTribute
GetTribute returns the Tribute field if non-nil, zero value otherwise.
func (o *Almanax) GetTributeOk() (*AlmanaxTribute, bool)
GetTributeOk returns a tuple with the Tribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Almanax) SetTribute(v AlmanaxTribute)
SetTribute sets Tribute field to given value.
func (o *Almanax) HasTribute() bool
HasTribute returns a boolean if a field has been set.
func (o *Almanax) GetRewardKamas() int32
GetRewardKamas returns the RewardKamas field if non-nil, zero value otherwise.
func (o *Almanax) GetRewardKamasOk() (*int32, bool)
GetRewardKamasOk returns a tuple with the RewardKamas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Almanax) SetRewardKamas(v int32)
SetRewardKamas sets RewardKamas field to given value.
func (o *Almanax) HasRewardKamas() bool
HasRewardKamas returns a boolean if a field has been set.
func (o *Almanax) SetRewardKamasNil(b bool)
SetRewardKamasNil sets the value for RewardKamas to be an explicit nil
func (o *Almanax) UnsetRewardKamas()
UnsetRewardKamas ensures that no value is present for RewardKamas, not even an explicit nil