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