public class CreateGatheringPoolRequest extends Gs2BasicRequest<CreateGatheringPoolRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGatheringPoolRequest.Constant |
| Constructor and Description |
|---|
CreateGatheringPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
説明文を取得。
|
String |
getName()
通知名を取得。
|
void |
setDescription(String description)
説明文を設定。
|
void |
setName(String name)
通知名を設定。
|
CreateGatheringPoolRequest |
withDescription(String description)
説明文を設定。
|
CreateGatheringPoolRequest |
withName(String name)
通知名を設定。
|
public String getName()
public void setName(String name)
name - 通知名public CreateGatheringPoolRequest withName(String name)
name - 通知名public String getDescription()
public void setDescription(String description)
description - 説明文public CreateGatheringPoolRequest withDescription(String description)
description - 説明文Copyright © 2016 Game Server Services, Inc. AllRights Reserved.