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