public class CreateGatheringPoolRequest extends io.gs2.control.Gs2BasicRequest<CreateGatheringPoolRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGatheringPoolRequest.Constant |
| Constructor and Description |
|---|
CreateGatheringPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
ギャザリングプールの説明を取得
|
String |
getName()
ギャザリングプールの名前を取得
|
void |
setDescription(String description)
ギャザリングプールの説明を設定
|
void |
setName(String name)
ギャザリングプールの名前を設定
|
CreateGatheringPoolRequest |
withDescription(String description)
ギャザリングプールの説明を設定
|
CreateGatheringPoolRequest |
withName(String name)
ギャザリングプールの名前を設定
|
public String getName()
public void setName(String name)
name - ギャザリングプールの名前public CreateGatheringPoolRequest withName(String name)
name - ギャザリングプールの名前public String getDescription()
public void setDescription(String description)
description - ギャザリングプールの説明public CreateGatheringPoolRequest withDescription(String description)
description - ギャザリングプールの説明Copyright © 2016 Game Server Services, Inc. AllRights Reserved.