public class UpdateGatheringPoolRequest extends io.gs2.control.Gs2BasicRequest<UpdateGatheringPoolRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateGatheringPoolRequest.Constant |
| Constructor and Description |
|---|
UpdateGatheringPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
ギャザリングプールの説明を取得
|
String |
getGatheringPoolName()
ギャザリングプールの名前を指定します。を取得
|
void |
setDescription(String description)
ギャザリングプールの説明を設定
|
void |
setGatheringPoolName(String gatheringPoolName)
ギャザリングプールの名前を指定します。を設定
|
UpdateGatheringPoolRequest |
withDescription(String description)
ギャザリングプールの説明を設定
|
UpdateGatheringPoolRequest |
withGatheringPoolName(String gatheringPoolName)
ギャザリングプールの名前を指定します。を設定
|
public String getGatheringPoolName()
public void setGatheringPoolName(String gatheringPoolName)
gatheringPoolName - ギャザリングプールの名前を指定します。public UpdateGatheringPoolRequest withGatheringPoolName(String gatheringPoolName)
gatheringPoolName - ギャザリングプールの名前を指定します。public String getDescription()
public void setDescription(String description)
description - ギャザリングプールの説明public UpdateGatheringPoolRequest withDescription(String description)
description - ギャザリングプールの説明Copyright © 2016 Game Server Services, Inc. AllRights Reserved.