public class DescribeFollowsByUserIdRequest extends Gs2BasicRequest<DescribeFollowsByUserIdRequest>
| Constructor and Description |
|---|
DescribeFollowsByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFollowsByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getLimit() |
String |
getNamespaceName() |
String |
getPageToken() |
String |
getUserId() |
Boolean |
getWithProfile() |
void |
setLimit(Integer limit) |
void |
setNamespaceName(String namespaceName) |
void |
setPageToken(String pageToken) |
void |
setUserId(String userId) |
void |
setWithProfile(Boolean withProfile) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeFollowsByUserIdRequest |
withLimit(Integer limit) |
DescribeFollowsByUserIdRequest |
withNamespaceName(String namespaceName) |
DescribeFollowsByUserIdRequest |
withPageToken(String pageToken) |
DescribeFollowsByUserIdRequest |
withUserId(String userId) |
DescribeFollowsByUserIdRequest |
withWithProfile(Boolean withProfile) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public DescribeFollowsByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public DescribeFollowsByUserIdRequest withUserId(String userId)
public Boolean getWithProfile()
public void setWithProfile(Boolean withProfile)
public DescribeFollowsByUserIdRequest withWithProfile(Boolean withProfile)
public String getPageToken()
public void setPageToken(String pageToken)
public DescribeFollowsByUserIdRequest withPageToken(String pageToken)
public Integer getLimit()
public void setLimit(Integer limit)
public DescribeFollowsByUserIdRequest withLimit(Integer limit)
public static DescribeFollowsByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.