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