类 Schedule
java.lang.Object
net.jlxxw.schema.org.AbstractSchema
net.jlxxw.schema.org.Intangible
net.jlxxw.schema.org.Schedule
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getByDay()voidvoidsetByMonth(Integer byMonth) voidsetByMonthDay(Integer byMonthDay) voidsetByMonthWeek(Integer byMonthWeek) voidsetEndDate(LocalDate endDate) voidsetEndTime(LocalDateTime endTime) voidsetExceptDate(LocalDate exceptDate) voidsetRepeatCount(Integer repeatCount) voidsetRepeatFrequency(String repeatFrequency) voidsetScheduleTimezone(String scheduleTimezone) voidsetStartDate(LocalDate startDate) voidsetStartTime(LocalDateTime startTime) 从类继承的方法 net.jlxxw.schema.org.AbstractSchema
getComment, getContext, getDescription, getId, getLabel, getName, getType, parseToObject, setComment, setContext, setDescription, setId, setLabel, setMapper, setName, setType, toJsonLdString, toString
-
构造器详细资料
-
Schedule
public Schedule()
-
-
方法详细资料
-
getRepeatFrequency
-
setRepeatFrequency
-
getByMonthDay
-
setByMonthDay
-
getStartTime
-
setStartTime
-
getScheduleTimezone
-
setScheduleTimezone
-
getByMonth
-
setByMonth
-
getEndTime
-
setEndTime
-
getByDay
-
setByDay
-
getRepeatCount
-
setRepeatCount
-
getStartDate
-
setStartDate
-
getByMonthWeek
-
setByMonthWeek
-
getExceptDate
-
setExceptDate
-
getEndDate
-
setEndDate
-