public class EventMaster extends Object implements io.gs2.model.IModel, Serializable, Comparable<EventMaster>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
absoluteBegin
イベントの開始日時
|
protected Long |
absoluteEnd
イベントの終了日時
|
protected Long |
createdAt
作成日時
|
protected String |
description
イベントマスターの説明
|
protected String |
eventId
イベントマスター
|
protected String |
metadata
イベントの種類のメタデータ
|
protected String |
name
イベントの種類名
|
protected Integer |
relativeDuration
イベントの開催期間(秒)
|
protected String |
relativeTriggerName
イベントの開始トリガー名
|
protected String |
scheduleType
イベント期間の種類
|
protected Long |
updatedAt
最終更新日時
|
| Constructor and Description |
|---|
EventMaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EventMaster o) |
boolean |
equals(Object o) |
Long |
getAbsoluteBegin()
イベントの開始日時を取得
|
Long |
getAbsoluteEnd()
イベントの終了日時を取得
|
Long |
getCreatedAt()
作成日時を取得
|
String |
getDescription()
イベントマスターの説明を取得
|
String |
getEventId()
イベントマスターを取得
|
String |
getMetadata()
イベントの種類のメタデータを取得
|
String |
getName()
イベントの種類名を取得
|
Integer |
getRelativeDuration()
イベントの開催期間(秒)を取得
|
String |
getRelativeTriggerName()
イベントの開始トリガー名を取得
|
String |
getScheduleType()
イベント期間の種類を取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
int |
hashCode() |
void |
setAbsoluteBegin(Long absoluteBegin)
イベントの開始日時を設定
|
void |
setAbsoluteEnd(Long absoluteEnd)
イベントの終了日時を設定
|
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setDescription(String description)
イベントマスターの説明を設定
|
void |
setEventId(String eventId)
イベントマスターを設定
|
void |
setMetadata(String metadata)
イベントの種類のメタデータを設定
|
void |
setName(String name)
イベントの種類名を設定
|
void |
setRelativeDuration(Integer relativeDuration)
イベントの開催期間(秒)を設定
|
void |
setRelativeTriggerName(String relativeTriggerName)
イベントの開始トリガー名を設定
|
void |
setScheduleType(String scheduleType)
イベント期間の種類を設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
EventMaster |
withAbsoluteBegin(Long absoluteBegin)
イベントの開始日時を設定
|
EventMaster |
withAbsoluteEnd(Long absoluteEnd)
イベントの終了日時を設定
|
EventMaster |
withCreatedAt(Long createdAt)
作成日時を設定
|
EventMaster |
withDescription(String description)
イベントマスターの説明を設定
|
EventMaster |
withEventId(String eventId)
イベントマスターを設定
|
EventMaster |
withMetadata(String metadata)
イベントの種類のメタデータを設定
|
EventMaster |
withName(String name)
イベントの種類名を設定
|
EventMaster |
withRelativeDuration(Integer relativeDuration)
イベントの開催期間(秒)を設定
|
EventMaster |
withRelativeTriggerName(String relativeTriggerName)
イベントの開始トリガー名を設定
|
EventMaster |
withScheduleType(String scheduleType)
イベント期間の種類を設定
|
EventMaster |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
protected String eventId
protected String name
protected String description
protected String metadata
protected String scheduleType
protected Long absoluteBegin
protected Long absoluteEnd
protected String relativeTriggerName
protected Integer relativeDuration
protected Long createdAt
protected Long updatedAt
public String getEventId()
public void setEventId(String eventId)
eventId - イベントマスターpublic EventMaster withEventId(String eventId)
eventId - イベントマスターpublic String getName()
public void setName(String name)
name - イベントの種類名public EventMaster withName(String name)
name - イベントの種類名public String getDescription()
public void setDescription(String description)
description - イベントマスターの説明public EventMaster withDescription(String description)
description - イベントマスターの説明public String getMetadata()
public void setMetadata(String metadata)
metadata - イベントの種類のメタデータpublic EventMaster withMetadata(String metadata)
metadata - イベントの種類のメタデータpublic String getScheduleType()
public void setScheduleType(String scheduleType)
scheduleType - イベント期間の種類public EventMaster withScheduleType(String scheduleType)
scheduleType - イベント期間の種類public Long getAbsoluteBegin()
public void setAbsoluteBegin(Long absoluteBegin)
absoluteBegin - イベントの開始日時public EventMaster withAbsoluteBegin(Long absoluteBegin)
absoluteBegin - イベントの開始日時public Long getAbsoluteEnd()
public void setAbsoluteEnd(Long absoluteEnd)
absoluteEnd - イベントの終了日時public EventMaster withAbsoluteEnd(Long absoluteEnd)
absoluteEnd - イベントの終了日時public String getRelativeTriggerName()
public void setRelativeTriggerName(String relativeTriggerName)
relativeTriggerName - イベントの開始トリガー名public EventMaster withRelativeTriggerName(String relativeTriggerName)
relativeTriggerName - イベントの開始トリガー名public Integer getRelativeDuration()
public void setRelativeDuration(Integer relativeDuration)
relativeDuration - イベントの開催期間(秒)public EventMaster withRelativeDuration(Integer relativeDuration)
relativeDuration - イベントの開催期間(秒)public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public EventMaster withCreatedAt(Long createdAt)
createdAt - 作成日時public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public EventMaster withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(EventMaster o)
compareTo in interface Comparable<EventMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.