public class ScheduleDetailContext extends Object
| 构造器和说明 |
|---|
ScheduleDetailContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getEndTime() |
Exception |
getException() |
String |
getExecuteIdVal() |
long |
getStartTime() |
void |
setEndTime(long endTime) |
void |
setException(Exception exception) |
void |
setExecuteIdVal(String executeIdVal) |
void |
setStartTime(long startTime) |
String |
toString() |
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public Exception getException()
public void setException(Exception exception)
public String getExecuteIdVal()
public void setExecuteIdVal(String executeIdVal)
Copyright © 2025. All rights reserved.