AaveInput

Properties

Name
Type
Description
Notes

To

Pointer to string

[optional]

Data

Pointer to string

[optional]

Input

Pointer to string

[optional]

Value

Pointer to string

[optional]

Nonce

Pointer to string

[optional]

Gas

Pointer to string

[optional]

GasPrice

Pointer to string

[optional]

ChainId

Pointer to string

[optional]

Encoding

Pointer to string

[optional]

EOA

Pointer to bool

[optional]

ContractAddress

Pointer to string

[optional]

TokenId

Pointer to string

[optional]

TokenIds

Pointer to string

[optional]

Approved

Pointer to bool

[optional]

Broadcast

Pointer to bool

[optional]

LendingPool

Pointer to string

[optional]

Amount

Pointer to string

[optional]

AtokenToRedeeem

Pointer to string

[optional]

RefCode

Pointer to string

[optional]

InterestRateMode

Pointer to string

[optional]

Methods

NewAaveInput

func NewAaveInput() *AaveInput

NewAaveInput instantiates a new AaveInput 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

NewAaveInputWithDefaults

func NewAaveInputWithDefaults() *AaveInput

NewAaveInputWithDefaults instantiates a new AaveInput 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

GetTo

func (o *AaveInput) GetTo() string

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

func (o *AaveInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTo

func (o *AaveInput) SetTo(v string)

SetTo sets To field to given value.

HasTo

func (o *AaveInput) HasTo() bool

HasTo returns a boolean if a field has been set.

GetData

func (o *AaveInput) GetData() string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *AaveInput) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *AaveInput) SetData(v string)

SetData sets Data field to given value.

HasData

func (o *AaveInput) HasData() bool

HasData returns a boolean if a field has been set.

GetInput

func (o *AaveInput) GetInput() string

GetInput returns the Input field if non-nil, zero value otherwise.

GetInputOk

func (o *AaveInput) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInput

func (o *AaveInput) SetInput(v string)

SetInput sets Input field to given value.

HasInput

func (o *AaveInput) HasInput() bool

HasInput returns a boolean if a field has been set.

GetValue

func (o *AaveInput) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *AaveInput) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *AaveInput) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *AaveInput) HasValue() bool

HasValue returns a boolean if a field has been set.

GetNonce

func (o *AaveInput) GetNonce() string

GetNonce returns the Nonce field if non-nil, zero value otherwise.

GetNonceOk

func (o *AaveInput) GetNonceOk() (*string, bool)

GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNonce

func (o *AaveInput) SetNonce(v string)

SetNonce sets Nonce field to given value.

HasNonce

func (o *AaveInput) HasNonce() bool

HasNonce returns a boolean if a field has been set.

GetGas

func (o *AaveInput) GetGas() string

GetGas returns the Gas field if non-nil, zero value otherwise.

GetGasOk

func (o *AaveInput) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGas

func (o *AaveInput) SetGas(v string)

SetGas sets Gas field to given value.

HasGas

func (o *AaveInput) HasGas() bool

HasGas returns a boolean if a field has been set.

GetGasPrice

func (o *AaveInput) GetGasPrice() string

GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.

GetGasPriceOk

func (o *AaveInput) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGasPrice

func (o *AaveInput) SetGasPrice(v string)

SetGasPrice sets GasPrice field to given value.

HasGasPrice

func (o *AaveInput) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

GetChainId

func (o *AaveInput) GetChainId() string

GetChainId returns the ChainId field if non-nil, zero value otherwise.

GetChainIdOk

func (o *AaveInput) GetChainIdOk() (*string, bool)

GetChainIdOk returns a tuple with the ChainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetChainId

func (o *AaveInput) SetChainId(v string)

SetChainId sets ChainId field to given value.

HasChainId

func (o *AaveInput) HasChainId() bool

HasChainId returns a boolean if a field has been set.

GetEncoding

func (o *AaveInput) GetEncoding() string

GetEncoding returns the Encoding field if non-nil, zero value otherwise.

GetEncodingOk

func (o *AaveInput) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEncoding

func (o *AaveInput) SetEncoding(v string)

SetEncoding sets Encoding field to given value.

HasEncoding

func (o *AaveInput) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

GetEOA

func (o *AaveInput) GetEOA() bool

GetEOA returns the EOA field if non-nil, zero value otherwise.

GetEOAOk

func (o *AaveInput) GetEOAOk() (*bool, bool)

GetEOAOk returns a tuple with the EOA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEOA

func (o *AaveInput) SetEOA(v bool)

SetEOA sets EOA field to given value.

HasEOA

func (o *AaveInput) HasEOA() bool

HasEOA returns a boolean if a field has been set.

GetContractAddress

func (o *AaveInput) GetContractAddress() string

GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.

GetContractAddressOk

func (o *AaveInput) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContractAddress

func (o *AaveInput) SetContractAddress(v string)

SetContractAddress sets ContractAddress field to given value.

HasContractAddress

func (o *AaveInput) HasContractAddress() bool

HasContractAddress returns a boolean if a field has been set.

GetTokenId

func (o *AaveInput) GetTokenId() string

GetTokenId returns the TokenId field if non-nil, zero value otherwise.

GetTokenIdOk

func (o *AaveInput) GetTokenIdOk() (*string, bool)

GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenId

func (o *AaveInput) SetTokenId(v string)

SetTokenId sets TokenId field to given value.

HasTokenId

func (o *AaveInput) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

GetTokenIds

func (o *AaveInput) GetTokenIds() string

GetTokenIds returns the TokenIds field if non-nil, zero value otherwise.

GetTokenIdsOk

func (o *AaveInput) GetTokenIdsOk() (*string, bool)

GetTokenIdsOk returns a tuple with the TokenIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenIds

func (o *AaveInput) SetTokenIds(v string)

SetTokenIds sets TokenIds field to given value.

HasTokenIds

func (o *AaveInput) HasTokenIds() bool

HasTokenIds returns a boolean if a field has been set.

GetApproved

func (o *AaveInput) GetApproved() bool

GetApproved returns the Approved field if non-nil, zero value otherwise.

GetApprovedOk

func (o *AaveInput) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApproved

func (o *AaveInput) SetApproved(v bool)

SetApproved sets Approved field to given value.

HasApproved

func (o *AaveInput) HasApproved() bool

HasApproved returns a boolean if a field has been set.

GetBroadcast

func (o *AaveInput) GetBroadcast() bool

GetBroadcast returns the Broadcast field if non-nil, zero value otherwise.

GetBroadcastOk

func (o *AaveInput) GetBroadcastOk() (*bool, bool)

GetBroadcastOk returns a tuple with the Broadcast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBroadcast

func (o *AaveInput) SetBroadcast(v bool)

SetBroadcast sets Broadcast field to given value.

HasBroadcast

func (o *AaveInput) HasBroadcast() bool

HasBroadcast returns a boolean if a field has been set.

GetLendingPool

func (o *AaveInput) GetLendingPool() string

GetLendingPool returns the LendingPool field if non-nil, zero value otherwise.

GetLendingPoolOk

func (o *AaveInput) GetLendingPoolOk() (*string, bool)

GetLendingPoolOk returns a tuple with the LendingPool field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLendingPool

func (o *AaveInput) SetLendingPool(v string)

SetLendingPool sets LendingPool field to given value.

HasLendingPool

func (o *AaveInput) HasLendingPool() bool

HasLendingPool returns a boolean if a field has been set.

GetAmount

func (o *AaveInput) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *AaveInput) GetAmountOk() (*string, bool)

GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAmount

func (o *AaveInput) SetAmount(v string)

SetAmount sets Amount field to given value.

HasAmount

func (o *AaveInput) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetAtokenToRedeeem

func (o *AaveInput) GetAtokenToRedeeem() string

GetAtokenToRedeeem returns the AtokenToRedeeem field if non-nil, zero value otherwise.

GetAtokenToRedeeemOk

func (o *AaveInput) GetAtokenToRedeeemOk() (*string, bool)

GetAtokenToRedeeemOk returns a tuple with the AtokenToRedeeem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAtokenToRedeeem

func (o *AaveInput) SetAtokenToRedeeem(v string)

SetAtokenToRedeeem sets AtokenToRedeeem field to given value.

HasAtokenToRedeeem

func (o *AaveInput) HasAtokenToRedeeem() bool

HasAtokenToRedeeem returns a boolean if a field has been set.

GetRefCode

func (o *AaveInput) GetRefCode() string

GetRefCode returns the RefCode field if non-nil, zero value otherwise.

GetRefCodeOk

func (o *AaveInput) GetRefCodeOk() (*string, bool)

GetRefCodeOk returns a tuple with the RefCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRefCode

func (o *AaveInput) SetRefCode(v string)

SetRefCode sets RefCode field to given value.

HasRefCode

func (o *AaveInput) HasRefCode() bool

HasRefCode returns a boolean if a field has been set.

GetInterestRateMode

func (o *AaveInput) GetInterestRateMode() string

GetInterestRateMode returns the InterestRateMode field if non-nil, zero value otherwise.

GetInterestRateModeOk

func (o *AaveInput) GetInterestRateModeOk() (*string, bool)

GetInterestRateModeOk returns a tuple with the InterestRateMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInterestRateMode

func (o *AaveInput) SetInterestRateMode(v string)

SetInterestRateMode sets InterestRateMode field to given value.

HasInterestRateMode

func (o *AaveInput) HasInterestRateMode() bool

HasInterestRateMode returns a boolean if a field has been set.

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