Class StoredValueWithdraw
- java.lang.Object
-
- com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
-
- All Implemented Interfaces:
StoredValue<java.util.List<Withdraw>>
public class StoredValueWithdraw extends java.lang.Object implements StoredValue<java.util.List<Withdraw>>
Stored Value forWithdraw- Since:
- 0.0.1
- See Also:
StoredValue
-
-
Constructor Summary
Constructors Constructor Description StoredValueWithdraw()
-
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.util.List<Withdraw>getValue()inthashCode()voidsetValue(java.util.List<Withdraw> value)java.lang.StringtoString()
-
-
-
Field Detail
-
value
public java.util.List<Withdraw> value
-
-
Method Detail
-
getValue
public java.util.List<Withdraw> getValue()
- Specified by:
getValuein interfaceStoredValue<java.util.List<Withdraw>>
-
setValue
public void setValue(java.util.List<Withdraw> value)
-
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
-
-