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