public class UpdateTimerPoolRequest extends Gs2BasicRequest<UpdateTimerPoolRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateTimerPoolRequest.Constant |
| Constructor and Description |
|---|
UpdateTimerPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
タイマープールの説明を取得
|
String |
getTimerPoolName()
タイマープールの名前を指定します。を取得
|
void |
setDescription(String description)
タイマープールの説明を設定
|
void |
setTimerPoolName(String timerPoolName)
タイマープールの名前を指定します。を設定
|
UpdateTimerPoolRequest |
withDescription(String description)
タイマープールの説明を設定
|
UpdateTimerPoolRequest |
withTimerPoolName(String timerPoolName)
タイマープールの名前を指定します。を設定
|
public String getTimerPoolName()
public void setTimerPoolName(String timerPoolName)
timerPoolName - タイマープールの名前を指定します。public UpdateTimerPoolRequest withTimerPoolName(String timerPoolName)
timerPoolName - タイマープールの名前を指定します。public String getDescription()
public void setDescription(String description)
description - タイマープールの説明public UpdateTimerPoolRequest withDescription(String description)
description - タイマープールの説明Copyright © 2016 Game Server Services, Inc. AllRights Reserved.