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 classStoredValueBid.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.StoredValueBidBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)BidgetValue()inthashCode()voidsetValue(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:
getValuein interfaceStoredValue<Bid>
-
setValue
public void setValue(Bid 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
-
-