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