| Package | Description |
|---|---|
| io.gs2.watch.control | |
| io.gs2.watch.model |
| Modifier and Type | Method and Description |
|---|---|
Alarm |
CreateAlarmResult.getItem()
アラームを取得
|
Alarm |
GetAlarmResult.getItem()
アラームを取得
|
Alarm |
UpdateAlarmResult.getItem()
アラームを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<Alarm> |
DescribeAlarmResult.getItems()
アラームを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAlarmResult.setItem(Alarm item)
アラームを設定
|
void |
GetAlarmResult.setItem(Alarm item)
アラームを設定
|
void |
UpdateAlarmResult.setItem(Alarm item)
アラームを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlarmResult.setItems(List<Alarm> items)
アラームを設定
|
| Modifier and Type | Method and Description |
|---|---|
Alarm |
Alarm.withAlarmId(String alarmId)
アラームGRNを設定
|
Alarm |
Alarm.withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
Alarm |
Alarm.withDescription(String description)
説明文を設定
|
Alarm |
Alarm.withExpression(String expression)
演算子を設定
|
Alarm |
Alarm.withLastStatusChangeAt(Integer lastStatusChangeAt)
最終ステータス変化日時(エポック秒)を設定
|
Alarm |
Alarm.withName(String name)
名前を設定
|
Alarm |
Alarm.withNotificationId(String notificationId)
通知先 GS2-Notification 通知GRNを設定
|
Alarm |
Alarm.withOperation(String operation)
操作名を設定
|
Alarm |
Alarm.withOwnerId(String ownerId)
オーナーIDを設定
|
Alarm |
Alarm.withService(String service)
サービス名を設定
|
Alarm |
Alarm.withServiceId(String serviceId)
リソースGRNを設定
|
Alarm |
Alarm.withStatus(String status)
現在の状態を設定
|
Alarm |
Alarm.withThreshold(Double threshold)
閾値を設定
|
Alarm |
Alarm.withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.