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.