Package io.api.etherscan.model
Class Wei
- java.lang.Object
-
- io.api.etherscan.model.Wei
-
- Direct Known Subclasses:
Supply
public class Wei extends java.lang.Object! NO DESCRIPTION !- Since:
- 30.10.2018
-
-
Constructor Summary
Constructors Constructor Description Wei(java.math.BigInteger value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegerasEther()java.math.BigIntegerasGwei()java.math.BigIntegerasKwei()java.math.BigIntegerasMwei()booleanequals(java.lang.Object o)java.math.BigIntegergetValue()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public java.math.BigInteger getValue()
-
asKwei
public java.math.BigInteger asKwei()
-
asMwei
public java.math.BigInteger asMwei()
-
asGwei
public java.math.BigInteger asGwei()
-
asEther
public java.math.BigInteger asEther()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-