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