public class ScheduleExpression extends Object implements Serializable
Constructor and Description |
---|
ScheduleExpression() |
Modifier and Type | Method and Description |
---|---|
ScheduleExpression |
dayOfMonth(int d) |
ScheduleExpression |
dayOfMonth(String d) |
ScheduleExpression |
dayOfWeek(int d) |
ScheduleExpression |
dayOfWeek(String d) |
ScheduleExpression |
end(Date e) |
String |
getDayOfMonth() |
String |
getDayOfWeek() |
Date |
getEnd() |
String |
getHour() |
String |
getMinute() |
String |
getMonth() |
String |
getSecond() |
Date |
getStart() |
String |
getTimezone() |
String |
getYear() |
ScheduleExpression |
hour(int h) |
ScheduleExpression |
hour(String h) |
ScheduleExpression |
minute(int m) |
ScheduleExpression |
minute(String m) |
ScheduleExpression |
month(int m) |
ScheduleExpression |
month(String m) |
ScheduleExpression |
second(int s) |
ScheduleExpression |
second(String s) |
ScheduleExpression |
start(Date s) |
ScheduleExpression |
timezone(String t)
See http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones for valid timezones
|
ScheduleExpression |
year(int y) |
ScheduleExpression |
year(String y) |
public ScheduleExpression dayOfMonth(int d)
public ScheduleExpression dayOfMonth(String d)
public ScheduleExpression dayOfWeek(int d)
public ScheduleExpression dayOfWeek(String d)
public ScheduleExpression end(Date e)
public String getDayOfMonth()
public String getDayOfWeek()
public Date getEnd()
public String getHour()
public String getMinute()
public String getMonth()
public String getSecond()
public Date getStart()
public String getYear()
public String getTimezone()
public ScheduleExpression hour(int h)
public ScheduleExpression hour(String h)
public ScheduleExpression minute(int m)
public ScheduleExpression minute(String m)
public ScheduleExpression month(int m)
public ScheduleExpression month(String m)
public ScheduleExpression second(int s)
public ScheduleExpression second(String s)
public ScheduleExpression start(Date s)
public ScheduleExpression year(int y)
public ScheduleExpression year(String y)
public ScheduleExpression timezone(String t)
t
- Copyright © 2023. All rights reserved.