public class MqttHost extends Object implements Serializable
| Constructor and Description |
|---|
MqttHost() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGameId()
ゲームGRNを取得
|
String |
getHost()
ホスト名を取得
|
Integer |
getPort()
待受ポートを取得
|
String |
getRootCertificate()
ルート証明書を取得
|
void |
setGameId(String gameId)
ゲームGRNを設定
|
void |
setHost(String host)
ホスト名を設定
|
void |
setPort(Integer port)
待受ポートを設定
|
void |
setRootCertificate(String rootCertificate)
ルート証明書を設定
|
public String getGameId()
public void setGameId(String gameId)
gameId - ゲームGRNpublic String getHost()
public void setHost(String host)
host - ホスト名public Integer getPort()
public void setPort(Integer port)
port - 待受ポートpublic String getRootCertificate()
public void setRootCertificate(String rootCertificate)
rootCertificate - ルート証明書Copyright © 2016 Game Server Services, Inc. AllRights Reserved.