public class CreateTimerPoolRequest extends Gs2BasicRequest<CreateTimerPoolRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateTimerPoolRequest.Constant |
| Constructor and Description |
|---|
CreateTimerPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
タイマープールの説明を取得
|
String |
getName()
タイマープールの名前を取得
|
void |
setDescription(String description)
タイマープールの説明を設定
|
void |
setName(String name)
タイマープールの名前を設定
|
CreateTimerPoolRequest |
withDescription(String description)
タイマープールの説明を設定
|
CreateTimerPoolRequest |
withName(String name)
タイマープールの名前を設定
|
public String getName()
public void setName(String name)
name - タイマープールの名前public CreateTimerPoolRequest withName(String name)
name - タイマープールの名前public String getDescription()
public void setDescription(String description)
description - タイマープールの説明public CreateTimerPoolRequest withDescription(String description)
description - タイマープールの説明Copyright © 2016 Game Server Services, Inc. AllRights Reserved.