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) |
Progress |
getItem() |
String |
getStampSheet() |
String |
getStampSheetEncryptionKeyId() |
void |
setItem(Progress item) |
void |
setStampSheet(String stampSheet) |
void |
setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
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 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.