public class SkipByUserIdResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
SkipByUserIdResult() |
| Modifier and Type | Method and Description |
|---|---|
static SkipByUserIdResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Await |
getItem() |
String |
getStampSheet() |
String |
getStampSheetEncryptionKeyId() |
void |
setItem(Await item) |
void |
setStampSheet(String stampSheet) |
void |
setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SkipByUserIdResult |
withItem(Await item) |
SkipByUserIdResult |
withStampSheet(String stampSheet) |
SkipByUserIdResult |
withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
public Await getItem()
public void setItem(Await item)
public SkipByUserIdResult withItem(Await item)
public String getStampSheet()
public void setStampSheet(String stampSheet)
public SkipByUserIdResult withStampSheet(String stampSheet)
public String getStampSheetEncryptionKeyId()
public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public SkipByUserIdResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public static SkipByUserIdResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.