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