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