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