Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to ResponsesShortAddress | [optional] | |
Commissions | Pointer to string | [optional] | |
ConsAddress | Pointer to string | [optional] | |
Contacts | Pointer to string | [optional] | |
Delegator | Pointer to ResponsesShortAddress | [optional] | |
Details | Pointer to string | [optional] | |
Id | Pointer to int32 | [optional] | |
Identity | Pointer to string | [optional] | |
Jailed | Pointer to bool | [optional] | |
MaxChangeRate | Pointer to string | [optional] | |
MaxRate | Pointer to string | [optional] | |
MinSelfDelegation | Pointer to string | [optional] | |
Moniker | Pointer to string | [optional] | |
Rate | Pointer to string | [optional] | |
Rewards | Pointer to string | [optional] | |
Stake | Pointer to string | [optional] | |
VotingPower | Pointer to string | [optional] | |
Website | Pointer to string | [optional] |
func NewResponsesValidator() *ResponsesValidator
NewResponsesValidator instantiates a new ResponsesValidator 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 NewResponsesValidatorWithDefaults() *ResponsesValidator
NewResponsesValidatorWithDefaults instantiates a new ResponsesValidator 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 *ResponsesValidator) GetAddress() ResponsesShortAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetAddressOk() (*ResponsesShortAddress, 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 *ResponsesValidator) SetAddress(v ResponsesShortAddress)
SetAddress sets Address field to given value.
func (o *ResponsesValidator) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *ResponsesValidator) GetCommissions() string
GetCommissions returns the Commissions field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetCommissionsOk() (*string, bool)
GetCommissionsOk returns a tuple with the Commissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetCommissions(v string)
SetCommissions sets Commissions field to given value.
func (o *ResponsesValidator) HasCommissions() bool
HasCommissions returns a boolean if a field has been set.
func (o *ResponsesValidator) GetConsAddress() string
GetConsAddress returns the ConsAddress field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetConsAddressOk() (*string, bool)
GetConsAddressOk returns a tuple with the ConsAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetConsAddress(v string)
SetConsAddress sets ConsAddress field to given value.
func (o *ResponsesValidator) HasConsAddress() bool
HasConsAddress returns a boolean if a field has been set.
func (o *ResponsesValidator) GetContacts() string
GetContacts returns the Contacts field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetContactsOk() (*string, bool)
GetContactsOk returns a tuple with the Contacts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetContacts(v string)
SetContacts sets Contacts field to given value.
func (o *ResponsesValidator) HasContacts() bool
HasContacts returns a boolean if a field has been set.
func (o *ResponsesValidator) GetDelegator() ResponsesShortAddress
GetDelegator returns the Delegator field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetDelegatorOk() (*ResponsesShortAddress, bool)
GetDelegatorOk returns a tuple with the Delegator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetDelegator(v ResponsesShortAddress)
SetDelegator sets Delegator field to given value.
func (o *ResponsesValidator) HasDelegator() bool
HasDelegator returns a boolean if a field has been set.
func (o *ResponsesValidator) GetDetails() string
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetDetails(v string)
SetDetails sets Details field to given value.
func (o *ResponsesValidator) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *ResponsesValidator) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesValidator) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesValidator) GetIdentity() string
GetIdentity returns the Identity field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetIdentityOk() (*string, bool)
GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetIdentity(v string)
SetIdentity sets Identity field to given value.
func (o *ResponsesValidator) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (o *ResponsesValidator) GetJailed() bool
GetJailed returns the Jailed field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetJailedOk() (*bool, bool)
GetJailedOk returns a tuple with the Jailed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetJailed(v bool)
SetJailed sets Jailed field to given value.
func (o *ResponsesValidator) HasJailed() bool
HasJailed returns a boolean if a field has been set.
func (o *ResponsesValidator) GetMaxChangeRate() string
GetMaxChangeRate returns the MaxChangeRate field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetMaxChangeRateOk() (*string, bool)
GetMaxChangeRateOk returns a tuple with the MaxChangeRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetMaxChangeRate(v string)
SetMaxChangeRate sets MaxChangeRate field to given value.
func (o *ResponsesValidator) HasMaxChangeRate() bool
HasMaxChangeRate returns a boolean if a field has been set.
func (o *ResponsesValidator) GetMaxRate() string
GetMaxRate returns the MaxRate field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetMaxRateOk() (*string, bool)
GetMaxRateOk returns a tuple with the MaxRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetMaxRate(v string)
SetMaxRate sets MaxRate field to given value.
func (o *ResponsesValidator) HasMaxRate() bool
HasMaxRate returns a boolean if a field has been set.
func (o *ResponsesValidator) GetMinSelfDelegation() string
GetMinSelfDelegation returns the MinSelfDelegation field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetMinSelfDelegationOk() (*string, bool)
GetMinSelfDelegationOk returns a tuple with the MinSelfDelegation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetMinSelfDelegation(v string)
SetMinSelfDelegation sets MinSelfDelegation field to given value.
func (o *ResponsesValidator) HasMinSelfDelegation() bool
HasMinSelfDelegation returns a boolean if a field has been set.
func (o *ResponsesValidator) GetMoniker() string
GetMoniker returns the Moniker field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetMonikerOk() (*string, bool)
GetMonikerOk returns a tuple with the Moniker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetMoniker(v string)
SetMoniker sets Moniker field to given value.
func (o *ResponsesValidator) HasMoniker() bool
HasMoniker returns a boolean if a field has been set.
func (o *ResponsesValidator) GetRate() string
GetRate returns the Rate field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetRateOk() (*string, bool)
GetRateOk returns a tuple with the Rate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetRate(v string)
SetRate sets Rate field to given value.
func (o *ResponsesValidator) HasRate() bool
HasRate returns a boolean if a field has been set.
func (o *ResponsesValidator) GetRewards() string
GetRewards returns the Rewards field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetRewardsOk() (*string, bool)
GetRewardsOk returns a tuple with the Rewards field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetRewards(v string)
SetRewards sets Rewards field to given value.
func (o *ResponsesValidator) HasRewards() bool
HasRewards returns a boolean if a field has been set.
func (o *ResponsesValidator) GetStake() string
GetStake returns the Stake field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetStakeOk() (*string, bool)
GetStakeOk returns a tuple with the Stake field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetStake(v string)
SetStake sets Stake field to given value.
func (o *ResponsesValidator) HasStake() bool
HasStake returns a boolean if a field has been set.
func (o *ResponsesValidator) GetVotingPower() string
GetVotingPower returns the VotingPower field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetVotingPowerOk() (*string, bool)
GetVotingPowerOk returns a tuple with the VotingPower field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetVotingPower(v string)
SetVotingPower sets VotingPower field to given value.
func (o *ResponsesValidator) HasVotingPower() bool
HasVotingPower returns a boolean if a field has been set.
func (o *ResponsesValidator) GetWebsite() string
GetWebsite returns the Website field if non-nil, zero value otherwise.
func (o *ResponsesValidator) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesValidator) SetWebsite(v string)
SetWebsite sets Website field to given value.
func (o *ResponsesValidator) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.