Package com.casper.sdk.model.bid
Class StoredValueBidKind
- java.lang.Object
-
- com.casper.sdk.model.bid.StoredValueBidKind
-
- All Implemented Interfaces:
StoredValue<BidKind>
public class StoredValueBidKind extends java.lang.Object implements StoredValue<BidKind>
Represents a stored value of BidKind.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStoredValueBidKind.StoredValueBidKindBuilder
-
Constructor Summary
Constructors Constructor Description StoredValueBidKind()StoredValueBidKind(BidKind value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoredValueBidKind.StoredValueBidKindBuilderbuilder()BidKindgetValue()voidsetValue(BidKind value)
-
-
-
Constructor Detail
-
StoredValueBidKind
public StoredValueBidKind(BidKind value)
-
StoredValueBidKind
public StoredValueBidKind()
-
-
Method Detail
-
builder
public static StoredValueBidKind.StoredValueBidKindBuilder builder()
-
getValue
public BidKind getValue()
- Specified by:
getValuein interfaceStoredValue<BidKind>
-
setValue
public void setValue(BidKind value)
-
-