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