Class SeigniorageAllocation
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
-
-
Constructor Summary
Constructors Constructor Description SeigniorageAllocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.math.BigIntegergetAmount()Allocated amountprotected java.lang.StringgetJsonAmount()inthashCode()voidsetAmount(java.math.BigInteger amount)Allocated amountprotected voidsetJsonAmount(java.lang.String value)java.lang.StringtoString()
-
-
-
Method Detail
-
getJsonAmount
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonAmount()
-
setJsonAmount
@ExcludeFromJacocoGeneratedReport protected void setJsonAmount(java.lang.String value)
-
getAmount
public java.math.BigInteger getAmount()
Allocated amount
-
setAmount
public void setAmount(java.math.BigInteger amount)
Allocated amount
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-