public class DescribeNearRankingsRequest extends Gs2BasicRequest<DescribeNearRankingsRequest>
| Constructor and Description |
|---|
DescribeNearRankingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNearRankingsRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getCategoryName() |
String |
getNamespaceName() |
Long |
getScore() |
void |
setCategoryName(String categoryName) |
void |
setNamespaceName(String namespaceName) |
void |
setScore(Long score) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeNearRankingsRequest |
withCategoryName(String categoryName) |
DescribeNearRankingsRequest |
withNamespaceName(String namespaceName) |
DescribeNearRankingsRequest |
withScore(Long score) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public DescribeNearRankingsRequest withNamespaceName(String namespaceName)
public String getCategoryName()
public void setCategoryName(String categoryName)
public DescribeNearRankingsRequest withCategoryName(String categoryName)
public Long getScore()
public void setScore(Long score)
public DescribeNearRankingsRequest withScore(Long score)
public static DescribeNearRankingsRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.