public class GetMutexByUserIdRequest extends Gs2BasicRequest<GetMutexByUserIdRequest>
| Constructor and Description |
|---|
GetMutexByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetMutexByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
String |
getPropertyId() |
String |
getUserId() |
void |
setNamespaceName(String namespaceName) |
void |
setPropertyId(String propertyId) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetMutexByUserIdRequest |
withNamespaceName(String namespaceName) |
GetMutexByUserIdRequest |
withPropertyId(String propertyId) |
GetMutexByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetMutexByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public GetMutexByUserIdRequest withUserId(String userId)
public String getPropertyId()
public void setPropertyId(String propertyId)
public GetMutexByUserIdRequest withPropertyId(String propertyId)
public static GetMutexByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.