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