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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoredValueWithdraw.StoredValueWithdrawBuilder
-
Constructor Summary
Constructors Constructor Description StoredValueWithdraw()
StoredValueWithdraw(java.util.List<Withdraw> value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoredValueWithdraw.StoredValueWithdrawBuilder
builder()
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)
-
-
-
Field Detail
-
value
public java.util.List<Withdraw> value
-
-
Constructor Detail
-
StoredValueWithdraw
public StoredValueWithdraw(java.util.List<Withdraw> value)
-
StoredValueWithdraw
public StoredValueWithdraw()
-
-
Method Detail
-
builder
public static StoredValueWithdraw.StoredValueWithdrawBuilder builder()
-
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
-
-