|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.scheduler.ExecHistory
public abstract class ExecHistory
Base type for all job execution history types.
Java class for ExecHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecHistory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" 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/v4_0/scheduler}ExecStatus"/>
<element name="schedulerObjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="schedulerVersion" type="{http://service.quartzdesk.com/types/v4_0/common}Version"/>
<element name="jobClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobClassLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobExecutionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resultNull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userDataNull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logNull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="log" type="{http://service.quartzdesk.com/types/v4_0/log}LoggingEvent" maxOccurs="unbounded" minOccurs="0"/>
<element name="logText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logStoredCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="logTotalCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="threadGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="threadName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="threadPriority" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jvmPid" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="jvmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jvmVendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jvmVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jvmRuntimeVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="osName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="osVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="osArch" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
duration
|
protected String |
error
|
protected ExecStatus |
execStatus
|
protected Calendar |
finishedAt
|
protected String |
hostName
|
protected Long |
id
|
protected String |
jobClassLocation
|
protected String |
jobClassName
|
protected String |
jobExecutionId
|
protected String |
jvmName
|
protected Integer |
jvmPid
|
protected String |
jvmRuntimeVersion
|
protected String |
jvmVendor
|
protected String |
jvmVersion
|
protected List<LoggingEvent> |
log
|
protected Boolean |
logNull
|
protected Integer |
logStoredCount
|
protected String |
logText
|
protected Integer |
logTotalCount
|
protected String |
logXml
|
protected String |
osArch
|
protected String |
osName
|
protected String |
osVersion
|
protected String |
result
|
protected Boolean |
resultNull
|
protected String |
schedulerObjectName
|
protected Version |
schedulerVersion
|
protected Calendar |
startedAt
|
protected String |
threadGroupName
|
protected String |
threadName
|
protected Integer |
threadPriority
|
protected String |
userData
|
protected Boolean |
userDataNull
|
| Constructor Summary | |
|---|---|
ExecHistory()
|
|
| Method Summary | |
|---|---|
Integer |
getDuration()
Gets the value of the duration property. |
String |
getError()
Gets the value of the error property. |
ExecStatus |
getExecStatus()
Gets the value of the execStatus property. |
Calendar |
getFinishedAt()
Gets the value of the finishedAt property. |
String |
getHostName()
Gets the value of the hostName property. |
Long |
getId()
Gets the value of the id property. |
String |
getJobClassLocation()
Gets the value of the jobClassLocation property. |
String |
getJobClassName()
Gets the value of the jobClassName property. |
String |
getJobExecutionId()
Gets the value of the jobExecutionId property. |
String |
getJvmName()
Gets the value of the jvmName property. |
Integer |
getJvmPid()
Gets the value of the jvmPid property. |
String |
getJvmRuntimeVersion()
Gets the value of the jvmRuntimeVersion property. |
String |
getJvmVendor()
Gets the value of the jvmVendor property. |
String |
getJvmVersion()
Gets the value of the jvmVersion property. |
List<LoggingEvent> |
getLog()
Gets the value of the log property. |
Boolean |
getLogNull()
|
Integer |
getLogStoredCount()
Gets the value of the logStoredCount property. |
String |
getLogText()
Gets the value of the logText property. |
Integer |
getLogTotalCount()
Gets the value of the logTotalCount property. |
String |
getLogXml()
Gets the value of the logXml property. |
String |
getOsArch()
Gets the value of the osArch property. |
String |
getOsName()
Gets the value of the osName property. |
String |
getOsVersion()
Gets the value of the osVersion property. |
String |
getResult()
Gets the value of the result property. |
Boolean |
getResultNull()
|
String |
getSchedulerObjectName()
Gets the value of the schedulerObjectName property. |
Version |
getSchedulerVersion()
Gets the value of the schedulerVersion property. |
Calendar |
getStartedAt()
Gets the value of the startedAt property. |
String |
getThreadGroupName()
Gets the value of the threadGroupName property. |
String |
getThreadName()
Gets the value of the threadName property. |
Integer |
getThreadPriority()
Gets the value of the threadPriority property. |
String |
getUserData()
Gets the value of the userData property. |
Boolean |
getUserDataNull()
|
Boolean |
isLogNull()
Gets the value of the logNull property. |
Boolean |
isResultNull()
Gets the value of the resultNull property. |
Boolean |
isUserDataNull()
Gets the value of the userDataNull property. |
void |
setDuration(Integer value)
Sets the value of the duration property. |
void |
setError(String value)
Sets the value of the error property. |
void |
setExecStatus(ExecStatus value)
Sets the value of the execStatus property. |
void |
setFinishedAt(Calendar value)
Sets the value of the finishedAt property. |
void |
setHostName(String value)
Sets the value of the hostName property. |
void |
setId(Long value)
Sets the value of the id property. |
void |
setJobClassLocation(String value)
Sets the value of the jobClassLocation property. |
void |
setJobClassName(String value)
Sets the value of the jobClassName property. |
void |
setJobExecutionId(String value)
Sets the value of the jobExecutionId property. |
void |
setJvmName(String value)
Sets the value of the jvmName property. |
void |
setJvmPid(Integer value)
Sets the value of the jvmPid property. |
void |
setJvmRuntimeVersion(String value)
Sets the value of the jvmRuntimeVersion property. |
void |
setJvmVendor(String value)
Sets the value of the jvmVendor property. |
void |
setJvmVersion(String value)
Sets the value of the jvmVersion property. |
void |
setLog(List<LoggingEvent> log)
Sets the value of the log property. |
void |
setLogNull(Boolean value)
Sets the value of the logNull property. |
void |
setLogStoredCount(Integer value)
Sets the value of the logStoredCount property. |
void |
setLogText(String value)
Sets the value of the logText property. |
void |
setLogTotalCount(Integer value)
Sets the value of the logTotalCount property. |
void |
setLogXml(String value)
Sets the value of the logXml property. |
void |
setOsArch(String value)
Sets the value of the osArch property. |
void |
setOsName(String value)
Sets the value of the osName property. |
void |
setOsVersion(String value)
Sets the value of the osVersion property. |
void |
setResult(String value)
Sets the value of the result property. |
void |
setResultNull(Boolean value)
Sets the value of the resultNull property. |
void |
setSchedulerObjectName(String value)
Sets the value of the schedulerObjectName property. |
void |
setSchedulerVersion(Version value)
Sets the value of the schedulerVersion property. |
void |
setStartedAt(Calendar value)
Sets the value of the startedAt property. |
void |
setThreadGroupName(String value)
Sets the value of the threadGroupName property. |
void |
setThreadName(String value)
Sets the value of the threadName property. |
void |
setThreadPriority(Integer value)
Sets the value of the threadPriority property. |
void |
setUserData(String value)
Sets the value of the userData property. |
void |
setUserDataNull(Boolean value)
Sets the value of the userDataNull property. |
ExecHistory |
withDuration(Integer value)
|
ExecHistory |
withError(String value)
|
ExecHistory |
withExecStatus(ExecStatus value)
|
ExecHistory |
withFinishedAt(Calendar value)
|
ExecHistory |
withHostName(String value)
|
ExecHistory |
withId(Long value)
|
ExecHistory |
withJobClassLocation(String value)
|
ExecHistory |
withJobClassName(String value)
|
ExecHistory |
withJobExecutionId(String value)
|
ExecHistory |
withJvmName(String value)
|
ExecHistory |
withJvmPid(Integer value)
|
ExecHistory |
withJvmRuntimeVersion(String value)
|
ExecHistory |
withJvmVendor(String value)
|
ExecHistory |
withJvmVersion(String value)
|
ExecHistory |
withLog(Collection<LoggingEvent> values)
|
ExecHistory |
withLog(LoggingEvent... values)
|
ExecHistory |
withLogNull(Boolean value)
|
ExecHistory |
withLogStoredCount(Integer value)
|
ExecHistory |
withLogText(String value)
|
ExecHistory |
withLogTotalCount(Integer value)
|
ExecHistory |
withLogXml(String value)
|
ExecHistory |
withOsArch(String value)
|
ExecHistory |
withOsName(String value)
|
ExecHistory |
withOsVersion(String value)
|
ExecHistory |
withResult(String value)
|
ExecHistory |
withResultNull(Boolean value)
|
ExecHistory |
withSchedulerObjectName(String value)
|
ExecHistory |
withSchedulerVersion(Version value)
|
ExecHistory |
withStartedAt(Calendar value)
|
ExecHistory |
withThreadGroupName(String value)
|
ExecHistory |
withThreadName(String value)
|
ExecHistory |
withThreadPriority(Integer value)
|
ExecHistory |
withUserData(String value)
|
ExecHistory |
withUserDataNull(Boolean value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected Calendar startedAt
protected Calendar finishedAt
protected Integer duration
protected ExecStatus execStatus
protected String schedulerObjectName
protected Version schedulerVersion
protected String jobClassName
protected String jobClassLocation
protected String jobExecutionId
protected Boolean resultNull
protected String result
protected String error
protected Boolean userDataNull
protected String userData
protected Boolean logNull
protected List<LoggingEvent> log
protected String logText
protected String logXml
protected Integer logStoredCount
protected Integer logTotalCount
protected String threadGroupName
protected String threadName
protected Integer threadPriority
protected String hostName
protected Integer jvmPid
protected String jvmName
protected String jvmVendor
protected String jvmVersion
protected String jvmRuntimeVersion
protected String osName
protected String osVersion
protected String osArch
| Constructor Detail |
|---|
public ExecHistory()
| Method Detail |
|---|
public Long getId()
Stringpublic void setId(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 String getSchedulerObjectName()
Stringpublic void setSchedulerObjectName(String value)
value - allowed object is
Stringpublic Version getSchedulerVersion()
Versionpublic void setSchedulerVersion(Version value)
value - allowed object is
Versionpublic String getJobClassName()
Stringpublic void setJobClassName(String value)
value - allowed object is
Stringpublic String getJobClassLocation()
Stringpublic void setJobClassLocation(String value)
value - allowed object is
Stringpublic String getJobExecutionId()
Stringpublic void setJobExecutionId(String value)
value - allowed object is
Stringpublic Boolean isResultNull()
Stringpublic void setResultNull(Boolean value)
value - allowed object is
Stringpublic String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic Boolean isUserDataNull()
Stringpublic void setUserDataNull(Boolean value)
value - allowed object is
Stringpublic String getUserData()
Stringpublic void setUserData(String value)
value - allowed object is
Stringpublic Boolean isLogNull()
Stringpublic void setLogNull(Boolean value)
value - allowed object is
Stringpublic List<LoggingEvent> getLog()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the log property.
For example, to add a new item, do as follows:
getLog().add(newItem);
Objects of the following type(s) are allowed in the list
LoggingEvent
public String getLogText()
Stringpublic void setLogText(String value)
value - allowed object is
Stringpublic String getLogXml()
Stringpublic void setLogXml(String value)
value - allowed object is
Stringpublic Integer getLogStoredCount()
Stringpublic void setLogStoredCount(Integer value)
value - allowed object is
Stringpublic Integer getLogTotalCount()
Stringpublic void setLogTotalCount(Integer value)
value - allowed object is
Stringpublic String getThreadGroupName()
Stringpublic void setThreadGroupName(String value)
value - allowed object is
Stringpublic String getThreadName()
Stringpublic void setThreadName(String value)
value - allowed object is
Stringpublic Integer getThreadPriority()
Stringpublic void setThreadPriority(Integer value)
value - allowed object is
Stringpublic String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic Integer getJvmPid()
Stringpublic void setJvmPid(Integer value)
value - allowed object is
Stringpublic String getJvmName()
Stringpublic void setJvmName(String value)
value - allowed object is
Stringpublic String getJvmVendor()
Stringpublic void setJvmVendor(String value)
value - allowed object is
Stringpublic String getJvmVersion()
Stringpublic void setJvmVersion(String value)
value - allowed object is
Stringpublic String getJvmRuntimeVersion()
Stringpublic void setJvmRuntimeVersion(String value)
value - allowed object is
Stringpublic String getOsName()
Stringpublic void setOsName(String value)
value - allowed object is
Stringpublic String getOsVersion()
Stringpublic void setOsVersion(String value)
value - allowed object is
Stringpublic String getOsArch()
Stringpublic void setOsArch(String value)
value - allowed object is
Stringpublic Boolean getResultNull()
public Boolean getUserDataNull()
public Boolean getLogNull()
public ExecHistory withId(Long value)
public ExecHistory withStartedAt(Calendar value)
public ExecHistory withFinishedAt(Calendar value)
public ExecHistory withDuration(Integer value)
public ExecHistory withExecStatus(ExecStatus value)
public ExecHistory withSchedulerObjectName(String value)
public ExecHistory withSchedulerVersion(Version value)
public ExecHistory withJobClassName(String value)
public ExecHistory withJobClassLocation(String value)
public ExecHistory withJobExecutionId(String value)
public ExecHistory withResultNull(Boolean value)
public ExecHistory withResult(String value)
public ExecHistory withError(String value)
public ExecHistory withUserDataNull(Boolean value)
public ExecHistory withUserData(String value)
public ExecHistory withLogNull(Boolean value)
public ExecHistory withLog(LoggingEvent... values)
public ExecHistory withLog(Collection<LoggingEvent> values)
public ExecHistory withLogText(String value)
public ExecHistory withLogXml(String value)
public ExecHistory withLogStoredCount(Integer value)
public ExecHistory withLogTotalCount(Integer value)
public ExecHistory withThreadGroupName(String value)
public ExecHistory withThreadName(String value)
public ExecHistory withThreadPriority(Integer value)
public ExecHistory withHostName(String value)
public ExecHistory withJvmPid(Integer value)
public ExecHistory withJvmName(String value)
public ExecHistory withJvmVendor(String value)
public ExecHistory withJvmVersion(String value)
public ExecHistory withJvmRuntimeVersion(String value)
public ExecHistory withOsName(String value)
public ExecHistory withOsVersion(String value)
public ExecHistory withOsArch(String value)
public void setLog(List<LoggingEvent> log)
log - allowed object is
LoggingEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||