Package io.gs2.schedule.model
Class EventMaster
java.lang.Object
io.gs2.schedule.model.EventMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<EventMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic EventMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.inthashCode()voidsetAbsoluteBegin(Long absoluteBegin) voidsetAbsoluteEnd(Long absoluteEnd) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetEventId(String eventId) voidsetMetadata(String metadata) voidvoidsetRelativeTriggerName(String relativeTriggerName) voidsetRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) Deprecated.voidsetRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) Deprecated.voidsetRepeatBeginHour(Integer repeatBeginHour) Deprecated.voidsetRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) Deprecated.voidsetRepeatEndDayOfWeek(String repeatEndDayOfWeek) Deprecated.voidsetRepeatEndHour(Integer repeatEndHour) Deprecated.voidsetRepeatSetting(RepeatSetting repeatSetting) voidsetRepeatType(String repeatType) Deprecated.voidsetRevision(Long revision) voidsetScheduleType(String scheduleType) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAbsoluteBegin(Long absoluteBegin) withAbsoluteEnd(Long absoluteEnd) withCreatedAt(Long createdAt) withDescription(String description) withEventId(String eventId) withMetadata(String metadata) withRelativeTriggerName(String relativeTriggerName) withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) Deprecated.withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) Deprecated.withRepeatBeginHour(Integer repeatBeginHour) Deprecated.withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) Deprecated.withRepeatEndDayOfWeek(String repeatEndDayOfWeek) Deprecated.withRepeatEndHour(Integer repeatEndHour) Deprecated.withRepeatSetting(RepeatSetting repeatSetting) withRepeatType(String repeatType) Deprecated.withRevision(Long revision) withScheduleType(String scheduleType) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
EventMaster
public EventMaster()
-
-
Method Details
-
getEventId
-
setEventId
-
withEventId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getScheduleType
-
setScheduleType
-
withScheduleType
-
getAbsoluteBegin
-
setAbsoluteBegin
-
withAbsoluteBegin
-
getAbsoluteEnd
-
setAbsoluteEnd
-
withAbsoluteEnd
-
getRelativeTriggerName
-
setRelativeTriggerName
-
withRelativeTriggerName
-
getRepeatSetting
-
setRepeatSetting
-
withRepeatSetting
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
getRepeatType
Deprecated. -
setRepeatType
Deprecated. -
withRepeatType
Deprecated. -
getRepeatBeginDayOfMonth
Deprecated. -
setRepeatBeginDayOfMonth
Deprecated. -
withRepeatBeginDayOfMonth
Deprecated. -
getRepeatEndDayOfMonth
Deprecated. -
setRepeatEndDayOfMonth
Deprecated. -
withRepeatEndDayOfMonth
Deprecated. -
getRepeatBeginDayOfWeek
Deprecated. -
setRepeatBeginDayOfWeek
Deprecated. -
withRepeatBeginDayOfWeek
Deprecated. -
getRepeatEndDayOfWeek
Deprecated. -
setRepeatEndDayOfWeek
Deprecated. -
withRepeatEndDayOfWeek
Deprecated. -
getRepeatBeginHour
Deprecated. -
setRepeatBeginHour
Deprecated. -
withRepeatBeginHour
Deprecated. -
getRepeatEndHour
Deprecated. -
setRepeatEndHour
Deprecated. -
withRepeatEndHour
Deprecated. -
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<EventMaster>
-
hashCode
public int hashCode() -
equals
-