public class GetAlarmRequest extends io.gs2.control.Gs2BasicRequest<GetAlarmRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAlarmRequest.Constant |
| Constructor and Description |
|---|
GetAlarmRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlarmName()
アラームの名前を指定します。を取得
|
void |
setAlarmName(String alarmName)
アラームの名前を指定します。を設定
|
GetAlarmRequest |
withAlarmName(String alarmName)
アラームの名前を指定します。を設定
|
public String getAlarmName()
public void setAlarmName(String alarmName)
alarmName - アラームの名前を指定します。public GetAlarmRequest withAlarmName(String alarmName)
alarmName - アラームの名前を指定します。Copyright © 2016 Game Server Services, Inc. AllRights Reserved.