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