public class BuyResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
BuyResult() |
| Modifier and Type | Method and Description |
|---|---|
static BuyResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
SalesItem |
getItem() |
String |
getStampSheet() |
String |
getStampSheetEncryptionKeyId() |
void |
setItem(SalesItem item) |
void |
setStampSheet(String stampSheet) |
void |
setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
BuyResult |
withItem(SalesItem item) |
BuyResult |
withStampSheet(String stampSheet) |
BuyResult |
withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
public SalesItem getItem()
public void setItem(SalesItem item)
public String getStampSheet()
public void setStampSheet(String stampSheet)
public String getStampSheetEncryptionKeyId()
public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public BuyResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public static BuyResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.