public class DrawByStampSheetResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DrawByStampSheetResult() |
| Modifier and Type | Method and Description |
|---|---|
static DrawByStampSheetResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
BoxItems |
getBoxItems() |
List<DrawnPrize> |
getItems() |
String |
getStampSheet() |
String |
getStampSheetEncryptionKeyId() |
void |
setBoxItems(BoxItems boxItems) |
void |
setItems(List<DrawnPrize> items) |
void |
setStampSheet(String stampSheet) |
void |
setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DrawByStampSheetResult |
withBoxItems(BoxItems boxItems) |
DrawByStampSheetResult |
withItems(List<DrawnPrize> items) |
DrawByStampSheetResult |
withStampSheet(String stampSheet) |
DrawByStampSheetResult |
withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
public List<DrawnPrize> getItems()
public void setItems(List<DrawnPrize> items)
public DrawByStampSheetResult withItems(List<DrawnPrize> items)
public String getStampSheet()
public void setStampSheet(String stampSheet)
public DrawByStampSheetResult withStampSheet(String stampSheet)
public String getStampSheetEncryptionKeyId()
public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public DrawByStampSheetResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public BoxItems getBoxItems()
public void setBoxItems(BoxItems boxItems)
public DrawByStampSheetResult withBoxItems(BoxItems boxItems)
public static DrawByStampSheetResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.