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