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