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