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