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