public class GetFollowByUserIdRequest extends Gs2BasicRequest<GetFollowByUserIdRequest>
| Constructor and Description |
|---|
GetFollowByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetFollowByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
String |
getTargetUserId() |
String |
getUserId() |
Boolean |
getWithProfile() |
void |
setNamespaceName(String namespaceName) |
void |
setTargetUserId(String targetUserId) |
void |
setUserId(String userId) |
void |
setWithProfile(Boolean withProfile) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetFollowByUserIdRequest |
withNamespaceName(String namespaceName) |
GetFollowByUserIdRequest |
withTargetUserId(String targetUserId) |
GetFollowByUserIdRequest |
withUserId(String userId) |
GetFollowByUserIdRequest |
withWithProfile(Boolean withProfile) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetFollowByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public GetFollowByUserIdRequest withUserId(String userId)
public String getTargetUserId()
public void setTargetUserId(String targetUserId)
public GetFollowByUserIdRequest withTargetUserId(String targetUserId)
public Boolean getWithProfile()
public void setWithProfile(Boolean withProfile)
public GetFollowByUserIdRequest withWithProfile(Boolean withProfile)
public static GetFollowByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.