Modifier and Type | Required Element and Description |
---|---|
long |
value
时间间隔的内容:毫秒、秒、分等等,类型由
timeType() 决定,默认为秒 |
Modifier and Type | Optional Element and Description |
---|---|
String |
id
标记的定时任务类的id,如果为空则默认为类名
|
int |
RepeatCount
开始后的重复次数,默认为-1,-1为无限重复
|
TimeType |
timeType
时间类型,默认为秒
|
public abstract long value
timeType()
决定,默认为秒public abstract String id
public abstract TimeType timeType
Copyright © 2020. All rights reserved.