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