public class UpdateGatheringPoolRequest extends 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.