|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.scheduler.ExecHealthIndicatorEntry
public class ExecHealthIndicatorEntry
Represents a single entry in the execution health indicator.
Java class for ExecHealthIndicatorEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecHealthIndicatorEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="execHistoryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="startedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="finishedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="execStatus" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
duration
|
protected Long |
execHistoryId
|
protected ExecStatus |
execStatus
|
protected Calendar |
finishedAt
|
protected Calendar |
startedAt
|
| Constructor Summary | |
|---|---|
ExecHealthIndicatorEntry()
|
|
| Method Summary | |
|---|---|
Integer |
getDuration()
Gets the value of the duration property. |
Long |
getExecHistoryId()
Gets the value of the execHistoryId property. |
ExecStatus |
getExecStatus()
Gets the value of the execStatus property. |
Calendar |
getFinishedAt()
Gets the value of the finishedAt property. |
Calendar |
getStartedAt()
Gets the value of the startedAt property. |
void |
setDuration(Integer value)
Sets the value of the duration property. |
void |
setExecHistoryId(Long value)
Sets the value of the execHistoryId property. |
void |
setExecStatus(ExecStatus value)
Sets the value of the execStatus property. |
void |
setFinishedAt(Calendar value)
Sets the value of the finishedAt property. |
void |
setStartedAt(Calendar value)
Sets the value of the startedAt property. |
ExecHealthIndicatorEntry |
withDuration(Integer value)
|
ExecHealthIndicatorEntry |
withExecHistoryId(Long value)
|
ExecHealthIndicatorEntry |
withExecStatus(ExecStatus value)
|
ExecHealthIndicatorEntry |
withFinishedAt(Calendar value)
|
ExecHealthIndicatorEntry |
withStartedAt(Calendar value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long execHistoryId
protected Calendar startedAt
protected Calendar finishedAt
protected Integer duration
protected ExecStatus execStatus
| Constructor Detail |
|---|
public ExecHealthIndicatorEntry()
| Method Detail |
|---|
public Long getExecHistoryId()
Stringpublic void setExecHistoryId(Long value)
value - allowed object is
Stringpublic Calendar getStartedAt()
Stringpublic void setStartedAt(Calendar value)
value - allowed object is
Stringpublic Calendar getFinishedAt()
Stringpublic void setFinishedAt(Calendar value)
value - allowed object is
Stringpublic Integer getDuration()
Stringpublic void setDuration(Integer value)
value - allowed object is
Stringpublic ExecStatus getExecStatus()
ExecStatuspublic void setExecStatus(ExecStatus value)
value - allowed object is
ExecStatuspublic ExecHealthIndicatorEntry withExecHistoryId(Long value)
public ExecHealthIndicatorEntry withStartedAt(Calendar value)
public ExecHealthIndicatorEntry withFinishedAt(Calendar value)
public ExecHealthIndicatorEntry withDuration(Integer value)
public ExecHealthIndicatorEntry withExecStatus(ExecStatus value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||