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