@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-11-12T11:58:50.284Z[UTC]")
public class ImportanceBlockDTOAllOf
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_HARVESTING_ELIGIBLE_ACCOUNTS_COUNT |
static java.lang.String |
JSON_PROPERTY_PREVIOUS_IMPORTANCE_BLOCK_HASH |
static java.lang.String |
JSON_PROPERTY_TOTAL_VOTING_BALANCE |
static java.lang.String |
JSON_PROPERTY_VOTING_ELIGIBLE_ACCOUNTS_COUNT |
| Constructor and Description |
|---|
ImportanceBlockDTOAllOf() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.math.BigInteger |
getHarvestingEligibleAccountsCount()
A number that allows uint 64 values represented with a string.
|
java.lang.String |
getPreviousImportanceBlockHash()
Get previousImportanceBlockHash
|
java.math.BigInteger |
getTotalVotingBalance()
Absolute amount.
|
java.lang.Long |
getVotingEligibleAccountsCount()
A number that allows uint 32 values.
|
ImportanceBlockDTOAllOf |
harvestingEligibleAccountsCount(java.math.BigInteger harvestingEligibleAccountsCount) |
int |
hashCode() |
ImportanceBlockDTOAllOf |
previousImportanceBlockHash(java.lang.String previousImportanceBlockHash) |
void |
setHarvestingEligibleAccountsCount(java.math.BigInteger harvestingEligibleAccountsCount) |
void |
setPreviousImportanceBlockHash(java.lang.String previousImportanceBlockHash) |
void |
setTotalVotingBalance(java.math.BigInteger totalVotingBalance) |
void |
setVotingEligibleAccountsCount(java.lang.Long votingEligibleAccountsCount) |
java.lang.String |
toString() |
ImportanceBlockDTOAllOf |
totalVotingBalance(java.math.BigInteger totalVotingBalance) |
ImportanceBlockDTOAllOf |
votingEligibleAccountsCount(java.lang.Long votingEligibleAccountsCount) |
public static final java.lang.String JSON_PROPERTY_VOTING_ELIGIBLE_ACCOUNTS_COUNT
public static final java.lang.String JSON_PROPERTY_HARVESTING_ELIGIBLE_ACCOUNTS_COUNT
public static final java.lang.String JSON_PROPERTY_TOTAL_VOTING_BALANCE
public static final java.lang.String JSON_PROPERTY_PREVIOUS_IMPORTANCE_BLOCK_HASH
public ImportanceBlockDTOAllOf votingEligibleAccountsCount(java.lang.Long votingEligibleAccountsCount)
public java.lang.Long getVotingEligibleAccountsCount()
public void setVotingEligibleAccountsCount(java.lang.Long votingEligibleAccountsCount)
public ImportanceBlockDTOAllOf harvestingEligibleAccountsCount(java.math.BigInteger harvestingEligibleAccountsCount)
public java.math.BigInteger getHarvestingEligibleAccountsCount()
public void setHarvestingEligibleAccountsCount(java.math.BigInteger harvestingEligibleAccountsCount)
public ImportanceBlockDTOAllOf totalVotingBalance(java.math.BigInteger totalVotingBalance)
public java.math.BigInteger getTotalVotingBalance()
public void setTotalVotingBalance(java.math.BigInteger totalVotingBalance)
public ImportanceBlockDTOAllOf previousImportanceBlockHash(java.lang.String previousImportanceBlockHash)
public java.lang.String getPreviousImportanceBlockHash()
public void setPreviousImportanceBlockHash(java.lang.String previousImportanceBlockHash)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object