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