Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 4.43 KB

GetVaultTVL.md

File metadata and controls

177 lines (94 loc) · 4.43 KB

GetVaultTVL

Properties

Name Type Description Notes
Date time.Time
Timestamp int32
AmountX int32
AmountY int32
AmountXUsd float32
AmountYUsd float32
TvlUsd float32

Methods

NewGetVaultTVL

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

NewGetVaultTVLWithDefaults

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

GetDate

func (o *GetVaultTVL) GetDate() time.Time

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

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.

SetDate

func (o *GetVaultTVL) SetDate(v time.Time)

SetDate sets Date field to given value.

GetTimestamp

func (o *GetVaultTVL) GetTimestamp() int32

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

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.

SetTimestamp

func (o *GetVaultTVL) SetTimestamp(v int32)

SetTimestamp sets Timestamp field to given value.

GetAmountX

func (o *GetVaultTVL) GetAmountX() int32

GetAmountX returns the AmountX field if non-nil, zero value otherwise.

GetAmountXOk

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.

SetAmountX

func (o *GetVaultTVL) SetAmountX(v int32)

SetAmountX sets AmountX field to given value.

GetAmountY

func (o *GetVaultTVL) GetAmountY() int32

GetAmountY returns the AmountY field if non-nil, zero value otherwise.

GetAmountYOk

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.

SetAmountY

func (o *GetVaultTVL) SetAmountY(v int32)

SetAmountY sets AmountY field to given value.

GetAmountXUsd

func (o *GetVaultTVL) GetAmountXUsd() float32

GetAmountXUsd returns the AmountXUsd field if non-nil, zero value otherwise.

GetAmountXUsdOk

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.

SetAmountXUsd

func (o *GetVaultTVL) SetAmountXUsd(v float32)

SetAmountXUsd sets AmountXUsd field to given value.

GetAmountYUsd

func (o *GetVaultTVL) GetAmountYUsd() float32

GetAmountYUsd returns the AmountYUsd field if non-nil, zero value otherwise.

GetAmountYUsdOk

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.

SetAmountYUsd

func (o *GetVaultTVL) SetAmountYUsd(v float32)

SetAmountYUsd sets AmountYUsd field to given value.

GetTvlUsd

func (o *GetVaultTVL) GetTvlUsd() float32

GetTvlUsd returns the TvlUsd field if non-nil, zero value otherwise.

GetTvlUsdOk

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.

SetTvlUsd

func (o *GetVaultTVL) SetTvlUsd(v float32)

SetTvlUsd sets TvlUsd field to given value.

[Back to Model list] [Back to API list] [Back to README]