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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.util.List<Withdraw>
getValue()
int
hashCode()
void
setValue(java.util.List<Withdraw> value)
java.lang.String
toString()
-
-
-
Field Detail
-
value
public java.util.List<Withdraw> value
-
-
Method Detail
-
getValue
public java.util.List<Withdraw> getValue()
- Specified by:
getValue
in interfaceStoredValue<java.util.List<Withdraw>>
-
setValue
public void setValue(java.util.List<Withdraw> value)
-
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
-
-