Name | Type | Description | Notes |
---|---|---|---|
Date | time.Time | ||
Timestamp | int32 | ||
AmountX | int32 | ||
AmountY | int32 | ||
AmountXUsd | float32 | ||
AmountYUsd | float32 | ||
TvlUsd | float32 |
func NewGetVaultTVL(date time.Time, timestamp int32, amountX int32, amountY int32, amountXUsd float32, amountYUsd float32, tvlUsd float32, ) *GetVaultTVL
NewGetVaultTVL instantiates a new GetVaultTVL 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 NewGetVaultTVLWithDefaults() *GetVaultTVL
NewGetVaultTVLWithDefaults instantiates a new GetVaultTVL 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 *GetVaultTVL) GetDate() time.Time
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *GetVaultTVL) GetDateOk() (*time.Time, 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 *GetVaultTVL) SetDate(v time.Time)
SetDate sets Date field to given value.
func (o *GetVaultTVL) GetTimestamp() int32
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *GetVaultTVL) GetTimestampOk() (*int32, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVaultTVL) SetTimestamp(v int32)
SetTimestamp sets Timestamp field to given value.
func (o *GetVaultTVL) GetAmountX() int32
GetAmountX returns the AmountX field if non-nil, zero value otherwise.
func (o *GetVaultTVL) GetAmountXOk() (*int32, bool)
GetAmountXOk returns a tuple with the AmountX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVaultTVL) SetAmountX(v int32)
SetAmountX sets AmountX field to given value.
func (o *GetVaultTVL) GetAmountY() int32
GetAmountY returns the AmountY field if non-nil, zero value otherwise.
func (o *GetVaultTVL) GetAmountYOk() (*int32, bool)
GetAmountYOk returns a tuple with the AmountY field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVaultTVL) SetAmountY(v int32)
SetAmountY sets AmountY field to given value.
func (o *GetVaultTVL) GetAmountXUsd() float32
GetAmountXUsd returns the AmountXUsd field if non-nil, zero value otherwise.
func (o *GetVaultTVL) GetAmountXUsdOk() (*float32, bool)
GetAmountXUsdOk returns a tuple with the AmountXUsd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVaultTVL) SetAmountXUsd(v float32)
SetAmountXUsd sets AmountXUsd field to given value.
func (o *GetVaultTVL) GetAmountYUsd() float32
GetAmountYUsd returns the AmountYUsd field if non-nil, zero value otherwise.
func (o *GetVaultTVL) GetAmountYUsdOk() (*float32, bool)
GetAmountYUsdOk returns a tuple with the AmountYUsd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVaultTVL) SetAmountYUsd(v float32)
SetAmountYUsd sets AmountYUsd field to given value.
func (o *GetVaultTVL) GetTvlUsd() float32
GetTvlUsd returns the TvlUsd field if non-nil, zero value otherwise.
func (o *GetVaultTVL) GetTvlUsdOk() (*float32, bool)
GetTvlUsdOk returns a tuple with the TvlUsd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVaultTVL) SetTvlUsd(v float32)
SetTvlUsd sets TvlUsd field to given value.