public class CreateTimerRequest extends Gs2BasicRequest<CreateTimerRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateTimerRequest.Constant |
| Constructor and Description |
|---|
CreateTimerRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackBody()
method に PUT/POST を指定したときに利用するリクエストボディを取得
|
String |
getCallbackMethod()
コールバックに利用するHTTPメソッドを取得
|
String |
getCallbackUrl()
コールバック先のURLを取得
|
Integer |
getExecuteTime()
コールバックを実行するタイムスタンプを取得
|
Integer |
getRetryMax()
最大リトライ回数を取得
|
String |
getTimerPoolName()
タイマープールの名前を指定します。を取得
|
void |
setCallbackBody(String callbackBody)
method に PUT/POST を指定したときに利用するリクエストボディを設定
|
void |
setCallbackMethod(String callbackMethod)
コールバックに利用するHTTPメソッドを設定
|
void |
setCallbackUrl(String callbackUrl)
コールバック先のURLを設定
|
void |
setExecuteTime(Integer executeTime)
コールバックを実行するタイムスタンプを設定
|
void |
setRetryMax(Integer retryMax)
最大リトライ回数を設定
|
void |
setTimerPoolName(String timerPoolName)
タイマープールの名前を指定します。を設定
|
CreateTimerRequest |
withCallbackBody(String callbackBody)
method に PUT/POST を指定したときに利用するリクエストボディを設定
|
CreateTimerRequest |
withCallbackMethod(String callbackMethod)
コールバックに利用するHTTPメソッドを設定
|
CreateTimerRequest |
withCallbackUrl(String callbackUrl)
コールバック先のURLを設定
|
CreateTimerRequest |
withExecuteTime(Integer executeTime)
コールバックを実行するタイムスタンプを設定
|
CreateTimerRequest |
withRetryMax(Integer retryMax)
最大リトライ回数を設定
|
CreateTimerRequest |
withTimerPoolName(String timerPoolName)
タイマープールの名前を指定します。を設定
|
public String getTimerPoolName()
public void setTimerPoolName(String timerPoolName)
timerPoolName - タイマープールの名前を指定します。public CreateTimerRequest withTimerPoolName(String timerPoolName)
timerPoolName - タイマープールの名前を指定します。public String getCallbackMethod()
public void setCallbackMethod(String callbackMethod)
callbackMethod - コールバックに利用するHTTPメソッドpublic CreateTimerRequest withCallbackMethod(String callbackMethod)
callbackMethod - コールバックに利用するHTTPメソッドpublic Integer getExecuteTime()
public void setExecuteTime(Integer executeTime)
executeTime - コールバックを実行するタイムスタンプpublic CreateTimerRequest withExecuteTime(Integer executeTime)
executeTime - コールバックを実行するタイムスタンプpublic Integer getRetryMax()
public void setRetryMax(Integer retryMax)
retryMax - 最大リトライ回数public CreateTimerRequest withRetryMax(Integer retryMax)
retryMax - 最大リトライ回数public String getCallbackBody()
public void setCallbackBody(String callbackBody)
callbackBody - method に PUT/POST を指定したときに利用するリクエストボディpublic CreateTimerRequest withCallbackBody(String callbackBody)
callbackBody - method に PUT/POST を指定したときに利用するリクエストボディpublic String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
callbackUrl - コールバック先のURLpublic CreateTimerRequest withCallbackUrl(String callbackUrl)
callbackUrl - コールバック先のURLCopyright © 2016 Game Server Services, Inc. AllRights Reserved.