public class GetNamespaceStatusRequest extends io.gs2.control.Gs2BasicRequest<GetNamespaceStatusRequest>
| Constructor and Description |
|---|
GetNamespaceStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceName()
ネームスペース名を取得
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
GetNamespaceStatusRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ネームスペースの状態を取得public GetNamespaceStatusRequest withNamespaceName(String namespaceName)
namespaceName - ネームスペースの状態を取得Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.