Package io.gs2.schedule.model
Class Event
java.lang.Object
io.gs2.schedule.model.Event
- All Implemented Interfaces:
IModel,Serializable,Comparable<Event>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic EventfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAbsoluteBegin(Long absoluteBegin) voidsetAbsoluteEnd(Long absoluteEnd) voidsetEventId(String eventId) voidsetMetadata(String metadata) voidvoidsetRelativeTriggerName(String relativeTriggerName) voidsetRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) voidsetRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) voidsetRepeatBeginHour(Integer repeatBeginHour) voidsetRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) voidsetRepeatEndDayOfWeek(String repeatEndDayOfWeek) voidsetRepeatEndHour(Integer repeatEndHour) voidsetRepeatType(String repeatType) voidsetScheduleType(String scheduleType) com.fasterxml.jackson.databind.JsonNodetoJson()withAbsoluteBegin(Long absoluteBegin) withAbsoluteEnd(Long absoluteEnd) withEventId(String eventId) withMetadata(String metadata) withRelativeTriggerName(String relativeTriggerName) withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) withRepeatBeginHour(Integer repeatBeginHour) withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) withRepeatEndDayOfWeek(String repeatEndDayOfWeek) withRepeatEndHour(Integer repeatEndHour) withRepeatType(String repeatType) withScheduleType(String scheduleType)
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getEventId
-
setEventId
-
withEventId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getScheduleType
-
setScheduleType
-
withScheduleType
-
getRepeatType
-
setRepeatType
-
withRepeatType
-
getAbsoluteBegin
-
setAbsoluteBegin
-
withAbsoluteBegin
-
getAbsoluteEnd
-
setAbsoluteEnd
-
withAbsoluteEnd
-
getRepeatBeginDayOfMonth
-
setRepeatBeginDayOfMonth
-
withRepeatBeginDayOfMonth
-
getRepeatEndDayOfMonth
-
setRepeatEndDayOfMonth
-
withRepeatEndDayOfMonth
-
getRepeatBeginDayOfWeek
-
setRepeatBeginDayOfWeek
-
withRepeatBeginDayOfWeek
-
getRepeatEndDayOfWeek
-
setRepeatEndDayOfWeek
-
withRepeatEndDayOfWeek
-
getRepeatBeginHour
-
setRepeatBeginHour
-
withRepeatBeginHour
-
getRepeatEndHour
-
setRepeatEndHour
-
withRepeatEndHour
-
getRelativeTriggerName
-
setRelativeTriggerName
-
withRelativeTriggerName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Event>
-
hashCode
public int hashCode() -
equals
-