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