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