public class CreateRoomRequest extends io.gs2.control.Gs2BasicRequest<CreateRoomRequest>
| Constructor and Description |
|---|
CreateRoomRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptionKey()
暗号鍵を取得
|
String |
getIpAddress()
IPアドレスを取得
|
String |
getName()
ルーム名を取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
Integer |
getPort()
待受ポートを取得
|
void |
setEncryptionKey(String encryptionKey)
暗号鍵を設定
|
void |
setIpAddress(String ipAddress)
IPアドレスを設定
|
void |
setName(String name)
ルーム名を設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setPort(Integer port)
待受ポートを設定
|
CreateRoomRequest |
withEncryptionKey(String encryptionKey)
暗号鍵を設定
|
CreateRoomRequest |
withIpAddress(String ipAddress)
IPアドレスを設定
|
CreateRoomRequest |
withName(String name)
ルーム名を設定
|
CreateRoomRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
CreateRoomRequest |
withPort(Integer port)
待受ポートを設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ルームを作成。public CreateRoomRequest withNamespaceName(String namespaceName)
namespaceName - ルームを作成。public String getName()
public void setName(String name)
name - ルームを作成。public CreateRoomRequest withName(String name)
name - ルームを作成。public String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress - ルームを作成。public CreateRoomRequest withIpAddress(String ipAddress)
ipAddress - ルームを作成。public Integer getPort()
public void setPort(Integer port)
port - ルームを作成。public CreateRoomRequest withPort(Integer port)
port - ルームを作成。public String getEncryptionKey()
public void setEncryptionKey(String encryptionKey)
encryptionKey - ルームを作成。public CreateRoomRequest withEncryptionKey(String encryptionKey)
encryptionKey - ルームを作成。Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.