public class Alarm extends Object implements Serializable
| Constructor and Description |
|---|
Alarm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlarmId()
アラームGRNを取得
|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getDescription()
説明文を取得
|
String |
getExpression()
演算子を取得
|
Integer |
getLastStatusChangeAt()
最終ステータス変化日時(エポック秒)を取得
|
String |
getName()
名前を取得
|
String |
getNotificationId()
通知先 GS2-Notification 通知GRNを取得
|
String |
getOperation()
操作名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getService()
サービス名を取得
|
String |
getServiceId()
リソースGRNを取得
|
String |
getStatus()
現在の状態を取得
|
Double |
getThreshold()
閾値を取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setAlarmId(String alarmId)
アラームGRNを設定
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setExpression(String expression)
演算子を設定
|
void |
setLastStatusChangeAt(Integer lastStatusChangeAt)
最終ステータス変化日時(エポック秒)を設定
|
void |
setName(String name)
名前を設定
|
void |
setNotificationId(String notificationId)
通知先 GS2-Notification 通知GRNを設定
|
void |
setOperation(String operation)
操作名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setService(String service)
サービス名を設定
|
void |
setServiceId(String serviceId)
リソースGRNを設定
|
void |
setStatus(String status)
現在の状態を設定
|
void |
setThreshold(Double threshold)
閾値を設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Alarm |
withAlarmId(String alarmId)
アラームGRNを設定
|
Alarm |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
Alarm |
withDescription(String description)
説明文を設定
|
Alarm |
withExpression(String expression)
演算子を設定
|
Alarm |
withLastStatusChangeAt(Integer lastStatusChangeAt)
最終ステータス変化日時(エポック秒)を設定
|
Alarm |
withName(String name)
名前を設定
|
Alarm |
withNotificationId(String notificationId)
通知先 GS2-Notification 通知GRNを設定
|
Alarm |
withOperation(String operation)
操作名を設定
|
Alarm |
withOwnerId(String ownerId)
オーナーIDを設定
|
Alarm |
withService(String service)
サービス名を設定
|
Alarm |
withServiceId(String serviceId)
リソースGRNを設定
|
Alarm |
withStatus(String status)
現在の状態を設定
|
Alarm |
withThreshold(Double threshold)
閾値を設定
|
Alarm |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getAlarmId()
public void setAlarmId(String alarmId)
alarmId - アラームGRNpublic Alarm withAlarmId(String alarmId)
alarmId - アラームGRNpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Alarm withOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - 名前public String getDescription()
public void setDescription(String description)
description - 説明文public Alarm withDescription(String description)
description - 説明文public String getService()
public void setService(String service)
service - サービス名public Alarm withService(String service)
service - サービス名public String getServiceId()
public void setServiceId(String serviceId)
serviceId - リソースGRNpublic Alarm withServiceId(String serviceId)
serviceId - リソースGRNpublic String getOperation()
public void setOperation(String operation)
operation - 操作名public Alarm withOperation(String operation)
operation - 操作名public String getExpression()
public void setExpression(String expression)
expression - 演算子public Alarm withExpression(String expression)
expression - 演算子public Double getThreshold()
public void setThreshold(Double threshold)
threshold - 閾値public Alarm withThreshold(Double threshold)
threshold - 閾値public String getNotificationId()
public void setNotificationId(String notificationId)
notificationId - 通知先 GS2-Notification 通知GRNpublic Alarm withNotificationId(String notificationId)
notificationId - 通知先 GS2-Notification 通知GRNpublic String getStatus()
public void setStatus(String status)
status - 現在の状態public Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Alarm withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public Alarm withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public Integer getLastStatusChangeAt()
public void setLastStatusChangeAt(Integer lastStatusChangeAt)
lastStatusChangeAt - 最終ステータス変化日時(エポック秒)public Alarm withLastStatusChangeAt(Integer lastStatusChangeAt)
lastStatusChangeAt - 最終ステータス変化日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.