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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.math.BigInteger
getAmount()
Allocated amountprotected java.lang.String
getJsonAmount()
int
hashCode()
void
setAmount(java.math.BigInteger amount)
Allocated amountprotected void
setJsonAmount(java.lang.String value)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-