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