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