Skip to content

Latest commit

 

History

History
498 lines (269 loc) · 12.9 KB

ResponsesValidator.md

File metadata and controls

498 lines (269 loc) · 12.9 KB

ResponsesValidator

Properties

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]

Methods

NewResponsesValidator

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

NewResponsesValidatorWithDefaults

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

GetAddress

func (o *ResponsesValidator) GetAddress() ResponsesShortAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *ResponsesValidator) SetAddress(v ResponsesShortAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *ResponsesValidator) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetCommissions

func (o *ResponsesValidator) GetCommissions() string

GetCommissions returns the Commissions field if non-nil, zero value otherwise.

GetCommissionsOk

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.

SetCommissions

func (o *ResponsesValidator) SetCommissions(v string)

SetCommissions sets Commissions field to given value.

HasCommissions

func (o *ResponsesValidator) HasCommissions() bool

HasCommissions returns a boolean if a field has been set.

GetConsAddress

func (o *ResponsesValidator) GetConsAddress() string

GetConsAddress returns the ConsAddress field if non-nil, zero value otherwise.

GetConsAddressOk

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.

SetConsAddress

func (o *ResponsesValidator) SetConsAddress(v string)

SetConsAddress sets ConsAddress field to given value.

HasConsAddress

func (o *ResponsesValidator) HasConsAddress() bool

HasConsAddress returns a boolean if a field has been set.

GetContacts

func (o *ResponsesValidator) GetContacts() string

GetContacts returns the Contacts field if non-nil, zero value otherwise.

GetContactsOk

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.

SetContacts

func (o *ResponsesValidator) SetContacts(v string)

SetContacts sets Contacts field to given value.

HasContacts

func (o *ResponsesValidator) HasContacts() bool

HasContacts returns a boolean if a field has been set.

GetDelegator

func (o *ResponsesValidator) GetDelegator() ResponsesShortAddress

GetDelegator returns the Delegator field if non-nil, zero value otherwise.

GetDelegatorOk

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.

SetDelegator

func (o *ResponsesValidator) SetDelegator(v ResponsesShortAddress)

SetDelegator sets Delegator field to given value.

HasDelegator

func (o *ResponsesValidator) HasDelegator() bool

HasDelegator returns a boolean if a field has been set.

GetDetails

func (o *ResponsesValidator) GetDetails() string

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

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.

SetDetails

func (o *ResponsesValidator) SetDetails(v string)

SetDetails sets Details field to given value.

HasDetails

func (o *ResponsesValidator) HasDetails() bool

HasDetails returns a boolean if a field has been set.

GetId

func (o *ResponsesValidator) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ResponsesValidator) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ResponsesValidator) HasId() bool

HasId returns a boolean if a field has been set.

GetIdentity

func (o *ResponsesValidator) GetIdentity() string

GetIdentity returns the Identity field if non-nil, zero value otherwise.

GetIdentityOk

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.

SetIdentity

func (o *ResponsesValidator) SetIdentity(v string)

SetIdentity sets Identity field to given value.

HasIdentity

func (o *ResponsesValidator) HasIdentity() bool

HasIdentity returns a boolean if a field has been set.

GetJailed

func (o *ResponsesValidator) GetJailed() bool

GetJailed returns the Jailed field if non-nil, zero value otherwise.

GetJailedOk

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.

SetJailed

func (o *ResponsesValidator) SetJailed(v bool)

SetJailed sets Jailed field to given value.

HasJailed

func (o *ResponsesValidator) HasJailed() bool

HasJailed returns a boolean if a field has been set.

GetMaxChangeRate

func (o *ResponsesValidator) GetMaxChangeRate() string

GetMaxChangeRate returns the MaxChangeRate field if non-nil, zero value otherwise.

GetMaxChangeRateOk

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.

SetMaxChangeRate

func (o *ResponsesValidator) SetMaxChangeRate(v string)

SetMaxChangeRate sets MaxChangeRate field to given value.

HasMaxChangeRate

func (o *ResponsesValidator) HasMaxChangeRate() bool

HasMaxChangeRate returns a boolean if a field has been set.

GetMaxRate

func (o *ResponsesValidator) GetMaxRate() string

GetMaxRate returns the MaxRate field if non-nil, zero value otherwise.

GetMaxRateOk

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.

SetMaxRate

func (o *ResponsesValidator) SetMaxRate(v string)

SetMaxRate sets MaxRate field to given value.

HasMaxRate

func (o *ResponsesValidator) HasMaxRate() bool

HasMaxRate returns a boolean if a field has been set.

GetMinSelfDelegation

func (o *ResponsesValidator) GetMinSelfDelegation() string

GetMinSelfDelegation returns the MinSelfDelegation field if non-nil, zero value otherwise.

GetMinSelfDelegationOk

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.

SetMinSelfDelegation

func (o *ResponsesValidator) SetMinSelfDelegation(v string)

SetMinSelfDelegation sets MinSelfDelegation field to given value.

HasMinSelfDelegation

func (o *ResponsesValidator) HasMinSelfDelegation() bool

HasMinSelfDelegation returns a boolean if a field has been set.

GetMoniker

func (o *ResponsesValidator) GetMoniker() string

GetMoniker returns the Moniker field if non-nil, zero value otherwise.

GetMonikerOk

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.

SetMoniker

func (o *ResponsesValidator) SetMoniker(v string)

SetMoniker sets Moniker field to given value.

HasMoniker

func (o *ResponsesValidator) HasMoniker() bool

HasMoniker returns a boolean if a field has been set.

GetRate

func (o *ResponsesValidator) GetRate() string

GetRate returns the Rate field if non-nil, zero value otherwise.

GetRateOk

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.

SetRate

func (o *ResponsesValidator) SetRate(v string)

SetRate sets Rate field to given value.

HasRate

func (o *ResponsesValidator) HasRate() bool

HasRate returns a boolean if a field has been set.

GetRewards

func (o *ResponsesValidator) GetRewards() string

GetRewards returns the Rewards field if non-nil, zero value otherwise.

GetRewardsOk

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.

SetRewards

func (o *ResponsesValidator) SetRewards(v string)

SetRewards sets Rewards field to given value.

HasRewards

func (o *ResponsesValidator) HasRewards() bool

HasRewards returns a boolean if a field has been set.

GetStake

func (o *ResponsesValidator) GetStake() string

GetStake returns the Stake field if non-nil, zero value otherwise.

GetStakeOk

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.

SetStake

func (o *ResponsesValidator) SetStake(v string)

SetStake sets Stake field to given value.

HasStake

func (o *ResponsesValidator) HasStake() bool

HasStake returns a boolean if a field has been set.

GetVotingPower

func (o *ResponsesValidator) GetVotingPower() string

GetVotingPower returns the VotingPower field if non-nil, zero value otherwise.

GetVotingPowerOk

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.

SetVotingPower

func (o *ResponsesValidator) SetVotingPower(v string)

SetVotingPower sets VotingPower field to given value.

HasVotingPower

func (o *ResponsesValidator) HasVotingPower() bool

HasVotingPower returns a boolean if a field has been set.

GetWebsite

func (o *ResponsesValidator) GetWebsite() string

GetWebsite returns the Website field if non-nil, zero value otherwise.

GetWebsiteOk

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.

SetWebsite

func (o *ResponsesValidator) SetWebsite(v string)

SetWebsite sets Website field to given value.

HasWebsite

func (o *ResponsesValidator) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

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