Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Type | Pointer to string | [optional] [default to "wallet"] | |
Created | Pointer to time.Time | [optional] | |
Context | Pointer to []map[string]interface{} | [optional] [default to []] | |
LastAnalysis | Pointer to map[string]time.Time | [optional] [default to {}] | |
Coin | Pointer to NullableString | [optional] | |
Address | Pointer to NullableString | [optional] |
func NewWalletInput(value string, ) *WalletInput
NewWalletInput instantiates a new WalletInput 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 NewWalletInputWithDefaults() *WalletInput
NewWalletInputWithDefaults instantiates a new WalletInput 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 *WalletInput) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *WalletInput) 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.
func (o *WalletInput) SetValue(v string)
SetValue sets Value field to given value.
func (o *WalletInput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *WalletInput) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletInput) SetType(v string)
SetType sets Type field to given value.
func (o *WalletInput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *WalletInput) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *WalletInput) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletInput) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *WalletInput) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *WalletInput) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *WalletInput) GetContextOk() (*[]map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletInput) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *WalletInput) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *WalletInput) GetLastAnalysis() map[string]time.Time
GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.
func (o *WalletInput) GetLastAnalysisOk() (*map[string]time.Time, bool)
GetLastAnalysisOk returns a tuple with the LastAnalysis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletInput) SetLastAnalysis(v map[string]time.Time)
SetLastAnalysis sets LastAnalysis field to given value.
func (o *WalletInput) HasLastAnalysis() bool
HasLastAnalysis returns a boolean if a field has been set.
func (o *WalletInput) GetCoin() string
GetCoin returns the Coin field if non-nil, zero value otherwise.
func (o *WalletInput) GetCoinOk() (*string, bool)
GetCoinOk returns a tuple with the Coin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletInput) SetCoin(v string)
SetCoin sets Coin field to given value.
func (o *WalletInput) HasCoin() bool
HasCoin returns a boolean if a field has been set.
func (o *WalletInput) SetCoinNil(b bool)
SetCoinNil sets the value for Coin to be an explicit nil
func (o *WalletInput) UnsetCoin()
UnsetCoin ensures that no value is present for Coin, not even an explicit nil
func (o *WalletInput) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *WalletInput) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletInput) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *WalletInput) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *WalletInput) SetAddressNil(b bool)
SetAddressNil sets the value for Address to be an explicit nil
func (o *WalletInput) UnsetAddress()
UnsetAddress ensures that no value is present for Address, not even an explicit nil