public class CreateAwaitByStampSheetResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
CreateAwaitByStampSheetResult() |
| Modifier and Type | Method and Description |
|---|---|
static CreateAwaitByStampSheetResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Await |
getItem() |
Long |
getUnlockAt() |
void |
setItem(Await item) |
void |
setUnlockAt(Long unlockAt) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CreateAwaitByStampSheetResult |
withItem(Await item) |
CreateAwaitByStampSheetResult |
withUnlockAt(Long unlockAt) |
public Await getItem()
public void setItem(Await item)
public CreateAwaitByStampSheetResult withItem(Await item)
public Long getUnlockAt()
public void setUnlockAt(Long unlockAt)
public CreateAwaitByStampSheetResult withUnlockAt(Long unlockAt)
public static CreateAwaitByStampSheetResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.