Class StoredValueBid
- java.lang.Object
-
- com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
-
- All Implemented Interfaces:
StoredValue<Bid>
public class StoredValueBid extends java.lang.Object implements StoredValue<Bid>
Stored Value forBid
- Since:
- 0.0.1
- See Also:
StoredValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoredValueBid.StoredValueBidBuilder
-
Constructor Summary
Constructors Constructor Description StoredValueBid()
StoredValueBid(Bid value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoredValueBid.StoredValueBidBuilder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
Bid
getValue()
int
hashCode()
void
setValue(Bid value)
-
-
-
Field Detail
-
value
public Bid value
-
-
Constructor Detail
-
StoredValueBid
public StoredValueBid(Bid value)
-
StoredValueBid
public StoredValueBid()
-
-
Method Detail
-
builder
public static StoredValueBid.StoredValueBidBuilder builder()
-
getValue
public Bid getValue()
- Specified by:
getValue
in interfaceStoredValue<Bid>
-
setValue
public void setValue(Bid 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
-
-