public class AlarmEvent extends Object implements Serializable
| Constructor and Description |
|---|
AlarmEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlarmId()
アラームIDを取得
|
Integer |
getEventAt()
発生日時(エポック秒)を取得
|
String |
getEventId()
イベントIDを取得
|
String |
getType()
イベントの種類を取得
|
void |
setAlarmId(String alarmId)
アラームIDを設定
|
void |
setEventAt(Integer eventAt)
発生日時(エポック秒)を設定
|
void |
setEventId(String eventId)
イベントIDを設定
|
void |
setType(String type)
イベントの種類を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
AlarmEvent |
withAlarmId(String alarmId)
アラームIDを設定
|
AlarmEvent |
withEventAt(Integer eventAt)
発生日時(エポック秒)を設定
|
AlarmEvent |
withEventId(String eventId)
イベントIDを設定
|
AlarmEvent |
withType(String type)
イベントの種類を設定
|
public String getEventId()
public void setEventId(String eventId)
eventId - イベントIDpublic AlarmEvent withEventId(String eventId)
eventId - イベントIDpublic String getAlarmId()
public void setAlarmId(String alarmId)
alarmId - アラームIDpublic AlarmEvent withAlarmId(String alarmId)
alarmId - アラームIDpublic String getType()
public void setType(String type)
type - イベントの種類public AlarmEvent withType(String type)
type - イベントの種類public Integer getEventAt()
public void setEventAt(Integer eventAt)
eventAt - 発生日時(エポック秒)public AlarmEvent withEventAt(Integer eventAt)
eventAt - 発生日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.