com.quartzdesk.service.types.v5_0.scheduler.quartz
Class QuartzMisfiredTrigger

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzMisfiredTrigger

public class QuartzMisfiredTrigger
extends Object

Type that encapsulates Quartz job execution history data.

Java class for QuartzMisfiredTrigger complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QuartzMisfiredTrigger">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="detectedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="missedFireTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="schedulerObjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="schedulerVersion" type="{http://service.quartzdesk.com/types/v5_0/common}Version"/>
         <element name="schedulerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="schedulerInstanceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="triggerGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="triggerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="triggerType" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzTriggerType"/>
         <element name="triggerJobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap" minOccurs="0"/>
         <element name="triggerJobDataMapXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="triggerMisfireInstruction" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="jobGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="refireStatus" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzMisfiredTriggerRefireStatus"/>
         <element name="refireEhId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="refireEhStartedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="refireEhFinishedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="refireEhExecStatus" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecStatus" minOccurs="0"/>
         <element name="refireEhExecType" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecType" minOccurs="0"/>
         <element name="refireEhTriggerGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="refireEhTriggerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="refireEhJobDataMap" type="{http://service.quartzdesk.com/types/v5_0/scheduler/quartz}QuartzJobDataMap" minOccurs="0"/>
         <element name="refireEhJobDataMapXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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"/>
         <element name="jobChainId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="jobChainFlowId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobChainSrcExecHistoryId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="indexed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Calendar detectedAt
           
protected  String hostName
           
protected  Long id
           
protected  Boolean indexed
           
protected  String jobChainFlowId
           
protected  Long jobChainId
           
protected  Long jobChainSrcExecHistoryId
           
protected  String jobGroupName
           
protected  String jobName
           
protected  String jvmName
           
protected  Integer jvmPid
           
protected  String jvmRuntimeVersion
           
protected  String jvmVendor
           
protected  String jvmVersion
           
protected  Calendar missedFireTime
           
protected  String osArch
           
protected  String osName
           
protected  String osVersion
           
protected  ExecStatus refireEhExecStatus
           
protected  ExecType refireEhExecType
           
protected  Calendar refireEhFinishedAt
           
protected  Long refireEhId
           
protected  QuartzJobDataMap refireEhJobDataMap
           
protected  String refireEhJobDataMapXml
           
protected  Calendar refireEhStartedAt
           
protected  String refireEhTriggerGroupName
           
protected  String refireEhTriggerName
           
protected  QuartzMisfiredTriggerRefireStatus refireStatus
           
protected  String schedulerInstanceId
           
protected  String schedulerName
           
protected  String schedulerObjectName
           
protected  Version schedulerVersion
           
protected  String triggerGroupName
           
protected  QuartzJobDataMap triggerJobDataMap
           
protected  String triggerJobDataMapXml
           
protected  Integer triggerMisfireInstruction
           
protected  String triggerName
           
protected  QuartzTriggerType triggerType
           
 
Constructor Summary
QuartzMisfiredTrigger()
           
 
Method Summary
 Calendar getDetectedAt()
          Gets the value of the detectedAt property.
 String getHostName()
          Gets the value of the hostName property.
 Long getId()
          Gets the value of the id property.
 Boolean getIndexed()
           
 String getJobChainFlowId()
          Gets the value of the jobChainFlowId property.
 Long getJobChainId()
          Gets the value of the jobChainId property.
 Long getJobChainSrcExecHistoryId()
          Gets the value of the jobChainSrcExecHistoryId property.
 String getJobGroupName()
          Gets the value of the jobGroupName property.
 String getJobName()
          Gets the value of the jobName 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.
 Calendar getMissedFireTime()
          Gets the value of the missedFireTime 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.
 ExecStatus getRefireEhExecStatus()
          Gets the value of the refireEhExecStatus property.
 ExecType getRefireEhExecType()
          Gets the value of the refireEhExecType property.
 Calendar getRefireEhFinishedAt()
          Gets the value of the refireEhFinishedAt property.
 Long getRefireEhId()
          Gets the value of the refireEhId property.
 QuartzJobDataMap getRefireEhJobDataMap()
          Gets the value of the refireEhJobDataMap property.
 String getRefireEhJobDataMapXml()
          Gets the value of the refireEhJobDataMapXml property.
 Calendar getRefireEhStartedAt()
          Gets the value of the refireEhStartedAt property.
 String getRefireEhTriggerGroupName()
          Gets the value of the refireEhTriggerGroupName property.
 String getRefireEhTriggerName()
          Gets the value of the refireEhTriggerName property.
 QuartzMisfiredTriggerRefireStatus getRefireStatus()
          Gets the value of the refireStatus property.
 String getSchedulerInstanceId()
          Gets the value of the schedulerInstanceId property.
 String getSchedulerName()
          Gets the value of the schedulerName property.
 String getSchedulerObjectName()
          Gets the value of the schedulerObjectName property.
 Version getSchedulerVersion()
          Gets the value of the schedulerVersion property.
 String getTriggerGroupName()
          Gets the value of the triggerGroupName property.
 QuartzJobDataMap getTriggerJobDataMap()
          Gets the value of the triggerJobDataMap property.
 String getTriggerJobDataMapXml()
          Gets the value of the triggerJobDataMapXml property.
 Integer getTriggerMisfireInstruction()
          Gets the value of the triggerMisfireInstruction property.
 String getTriggerName()
          Gets the value of the triggerName property.
 QuartzTriggerType getTriggerType()
          Gets the value of the triggerType property.
 Boolean isIndexed()
          Gets the value of the indexed property.
 void setDetectedAt(Calendar value)
          Sets the value of the detectedAt property.
 void setHostName(String value)
          Sets the value of the hostName property.
 void setId(Long value)
          Sets the value of the id property.
 void setIndexed(Boolean value)
          Sets the value of the indexed property.
 void setJobChainFlowId(String value)
          Sets the value of the jobChainFlowId property.
 void setJobChainId(Long value)
          Sets the value of the jobChainId property.
 void setJobChainSrcExecHistoryId(Long value)
          Sets the value of the jobChainSrcExecHistoryId property.
 void setJobGroupName(String value)
          Sets the value of the jobGroupName property.
 void setJobName(String value)
          Sets the value of the jobName 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 setMissedFireTime(Calendar value)
          Sets the value of the missedFireTime 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 setRefireEhExecStatus(ExecStatus value)
          Sets the value of the refireEhExecStatus property.
 void setRefireEhExecType(ExecType value)
          Sets the value of the refireEhExecType property.
 void setRefireEhFinishedAt(Calendar value)
          Sets the value of the refireEhFinishedAt property.
 void setRefireEhId(Long value)
          Sets the value of the refireEhId property.
 void setRefireEhJobDataMap(QuartzJobDataMap value)
          Sets the value of the refireEhJobDataMap property.
 void setRefireEhJobDataMapXml(String value)
          Sets the value of the refireEhJobDataMapXml property.
 void setRefireEhStartedAt(Calendar value)
          Sets the value of the refireEhStartedAt property.
 void setRefireEhTriggerGroupName(String value)
          Sets the value of the refireEhTriggerGroupName property.
 void setRefireEhTriggerName(String value)
          Sets the value of the refireEhTriggerName property.
 void setRefireStatus(QuartzMisfiredTriggerRefireStatus value)
          Sets the value of the refireStatus property.
 void setSchedulerInstanceId(String value)
          Sets the value of the schedulerInstanceId property.
 void setSchedulerName(String value)
          Sets the value of the schedulerName property.
 void setSchedulerObjectName(String value)
          Sets the value of the schedulerObjectName property.
 void setSchedulerVersion(Version value)
          Sets the value of the schedulerVersion property.
 void setTriggerGroupName(String value)
          Sets the value of the triggerGroupName property.
 void setTriggerJobDataMap(QuartzJobDataMap value)
          Sets the value of the triggerJobDataMap property.
 void setTriggerJobDataMapXml(String value)
          Sets the value of the triggerJobDataMapXml property.
 void setTriggerMisfireInstruction(Integer value)
          Sets the value of the triggerMisfireInstruction property.
 void setTriggerName(String value)
          Sets the value of the triggerName property.
 void setTriggerType(QuartzTriggerType value)
          Sets the value of the triggerType property.
 QuartzMisfiredTrigger withDetectedAt(Calendar value)
           
 QuartzMisfiredTrigger withHostName(String value)
           
 QuartzMisfiredTrigger withId(Long value)
           
 QuartzMisfiredTrigger withIndexed(Boolean value)
           
 QuartzMisfiredTrigger withJobChainFlowId(String value)
           
 QuartzMisfiredTrigger withJobChainId(Long value)
           
 QuartzMisfiredTrigger withJobChainSrcExecHistoryId(Long value)
           
 QuartzMisfiredTrigger withJobGroupName(String value)
           
 QuartzMisfiredTrigger withJobName(String value)
           
 QuartzMisfiredTrigger withJvmName(String value)
           
 QuartzMisfiredTrigger withJvmPid(Integer value)
           
 QuartzMisfiredTrigger withJvmRuntimeVersion(String value)
           
 QuartzMisfiredTrigger withJvmVendor(String value)
           
 QuartzMisfiredTrigger withJvmVersion(String value)
           
 QuartzMisfiredTrigger withMissedFireTime(Calendar value)
           
 QuartzMisfiredTrigger withOsArch(String value)
           
 QuartzMisfiredTrigger withOsName(String value)
           
 QuartzMisfiredTrigger withOsVersion(String value)
           
 QuartzMisfiredTrigger withRefireEhExecStatus(ExecStatus value)
           
 QuartzMisfiredTrigger withRefireEhExecType(ExecType value)
           
 QuartzMisfiredTrigger withRefireEhFinishedAt(Calendar value)
           
 QuartzMisfiredTrigger withRefireEhId(Long value)
           
 QuartzMisfiredTrigger withRefireEhJobDataMap(QuartzJobDataMap value)
           
 QuartzMisfiredTrigger withRefireEhJobDataMapXml(String value)
           
 QuartzMisfiredTrigger withRefireEhStartedAt(Calendar value)
           
 QuartzMisfiredTrigger withRefireEhTriggerGroupName(String value)
           
 QuartzMisfiredTrigger withRefireEhTriggerName(String value)
           
 QuartzMisfiredTrigger withRefireStatus(QuartzMisfiredTriggerRefireStatus value)
           
 QuartzMisfiredTrigger withSchedulerInstanceId(String value)
           
 QuartzMisfiredTrigger withSchedulerName(String value)
           
 QuartzMisfiredTrigger withSchedulerObjectName(String value)
           
 QuartzMisfiredTrigger withSchedulerVersion(Version value)
           
 QuartzMisfiredTrigger withTriggerGroupName(String value)
           
 QuartzMisfiredTrigger withTriggerJobDataMap(QuartzJobDataMap value)
           
 QuartzMisfiredTrigger withTriggerJobDataMapXml(String value)
           
 QuartzMisfiredTrigger withTriggerMisfireInstruction(Integer value)
           
 QuartzMisfiredTrigger withTriggerName(String value)
           
 QuartzMisfiredTrigger withTriggerType(QuartzTriggerType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

detectedAt

protected Calendar detectedAt

missedFireTime

protected Calendar missedFireTime

schedulerObjectName

protected String schedulerObjectName

schedulerVersion

protected Version schedulerVersion

schedulerName

protected String schedulerName

schedulerInstanceId

protected String schedulerInstanceId

triggerGroupName

protected String triggerGroupName

triggerName

protected String triggerName

triggerType

protected QuartzTriggerType triggerType

triggerJobDataMap

protected QuartzJobDataMap triggerJobDataMap

triggerJobDataMapXml

protected String triggerJobDataMapXml

triggerMisfireInstruction

protected Integer triggerMisfireInstruction

jobGroupName

protected String jobGroupName

jobName

protected String jobName

refireStatus

protected QuartzMisfiredTriggerRefireStatus refireStatus

refireEhId

protected Long refireEhId

refireEhStartedAt

protected Calendar refireEhStartedAt

refireEhFinishedAt

protected Calendar refireEhFinishedAt

refireEhExecStatus

protected ExecStatus refireEhExecStatus

refireEhExecType

protected ExecType refireEhExecType

refireEhTriggerGroupName

protected String refireEhTriggerGroupName

refireEhTriggerName

protected String refireEhTriggerName

refireEhJobDataMap

protected QuartzJobDataMap refireEhJobDataMap

refireEhJobDataMapXml

protected String refireEhJobDataMapXml

hostName

protected String hostName

jvmPid

protected Integer jvmPid

jvmName

protected String jvmName

jvmVendor

protected String jvmVendor

jvmVersion

protected String jvmVersion

jvmRuntimeVersion

protected String jvmRuntimeVersion

osName

protected String osName

osVersion

protected String osVersion

osArch

protected String osArch

jobChainId

protected Long jobChainId

jobChainFlowId

protected String jobChainFlowId

jobChainSrcExecHistoryId

protected Long jobChainSrcExecHistoryId

indexed

protected Boolean indexed
Constructor Detail

QuartzMisfiredTrigger

public QuartzMisfiredTrigger()
Method Detail

getId

public Long getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(Long value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDetectedAt

public Calendar getDetectedAt()
Gets the value of the detectedAt property.

Returns:
possible object is String

setDetectedAt

public void setDetectedAt(Calendar value)
Sets the value of the detectedAt property.

Parameters:
value - allowed object is String

getMissedFireTime

public Calendar getMissedFireTime()
Gets the value of the missedFireTime property.

Returns:
possible object is String

setMissedFireTime

public void setMissedFireTime(Calendar value)
Sets the value of the missedFireTime property.

Parameters:
value - allowed object is String

getSchedulerObjectName

public String getSchedulerObjectName()
Gets the value of the schedulerObjectName property.

Returns:
possible object is String

setSchedulerObjectName

public void setSchedulerObjectName(String value)
Sets the value of the schedulerObjectName property.

Parameters:
value - allowed object is String

getSchedulerVersion

public Version getSchedulerVersion()
Gets the value of the schedulerVersion property.

Returns:
possible object is Version

setSchedulerVersion

public void setSchedulerVersion(Version value)
Sets the value of the schedulerVersion property.

Parameters:
value - allowed object is Version

getSchedulerName

public String getSchedulerName()
Gets the value of the schedulerName property.

Returns:
possible object is String

setSchedulerName

public void setSchedulerName(String value)
Sets the value of the schedulerName property.

Parameters:
value - allowed object is String

getSchedulerInstanceId

public String getSchedulerInstanceId()
Gets the value of the schedulerInstanceId property.

Returns:
possible object is String

setSchedulerInstanceId

public void setSchedulerInstanceId(String value)
Sets the value of the schedulerInstanceId property.

Parameters:
value - allowed object is String

getTriggerGroupName

public String getTriggerGroupName()
Gets the value of the triggerGroupName property.

Returns:
possible object is String

setTriggerGroupName

public void setTriggerGroupName(String value)
Sets the value of the triggerGroupName property.

Parameters:
value - allowed object is String

getTriggerName

public String getTriggerName()
Gets the value of the triggerName property.

Returns:
possible object is String

setTriggerName

public void setTriggerName(String value)
Sets the value of the triggerName property.

Parameters:
value - allowed object is String

getTriggerType

public QuartzTriggerType getTriggerType()
Gets the value of the triggerType property.

Returns:
possible object is QuartzTriggerType

setTriggerType

public void setTriggerType(QuartzTriggerType value)
Sets the value of the triggerType property.

Parameters:
value - allowed object is QuartzTriggerType

getTriggerJobDataMap

public QuartzJobDataMap getTriggerJobDataMap()
Gets the value of the triggerJobDataMap property.

Returns:
possible object is QuartzJobDataMap

setTriggerJobDataMap

public void setTriggerJobDataMap(QuartzJobDataMap value)
Sets the value of the triggerJobDataMap property.

Parameters:
value - allowed object is QuartzJobDataMap

getTriggerJobDataMapXml

public String getTriggerJobDataMapXml()
Gets the value of the triggerJobDataMapXml property.

Returns:
possible object is String

setTriggerJobDataMapXml

public void setTriggerJobDataMapXml(String value)
Sets the value of the triggerJobDataMapXml property.

Parameters:
value - allowed object is String

getTriggerMisfireInstruction

public Integer getTriggerMisfireInstruction()
Gets the value of the triggerMisfireInstruction property.

Returns:
possible object is String

setTriggerMisfireInstruction

public void setTriggerMisfireInstruction(Integer value)
Sets the value of the triggerMisfireInstruction property.

Parameters:
value - allowed object is String

getJobGroupName

public String getJobGroupName()
Gets the value of the jobGroupName property.

Returns:
possible object is String

setJobGroupName

public void setJobGroupName(String value)
Sets the value of the jobGroupName property.

Parameters:
value - allowed object is String

getJobName

public String getJobName()
Gets the value of the jobName property.

Returns:
possible object is String

setJobName

public void setJobName(String value)
Sets the value of the jobName property.

Parameters:
value - allowed object is String

getRefireStatus

public QuartzMisfiredTriggerRefireStatus getRefireStatus()
Gets the value of the refireStatus property.

Returns:
possible object is QuartzMisfiredTriggerRefireStatus

setRefireStatus

public void setRefireStatus(QuartzMisfiredTriggerRefireStatus value)
Sets the value of the refireStatus property.

Parameters:
value - allowed object is QuartzMisfiredTriggerRefireStatus

getRefireEhId

public Long getRefireEhId()
Gets the value of the refireEhId property.

Returns:
possible object is String

setRefireEhId

public void setRefireEhId(Long value)
Sets the value of the refireEhId property.

Parameters:
value - allowed object is String

getRefireEhStartedAt

public Calendar getRefireEhStartedAt()
Gets the value of the refireEhStartedAt property.

Returns:
possible object is String

setRefireEhStartedAt

public void setRefireEhStartedAt(Calendar value)
Sets the value of the refireEhStartedAt property.

Parameters:
value - allowed object is String

getRefireEhFinishedAt

public Calendar getRefireEhFinishedAt()
Gets the value of the refireEhFinishedAt property.

Returns:
possible object is String

setRefireEhFinishedAt

public void setRefireEhFinishedAt(Calendar value)
Sets the value of the refireEhFinishedAt property.

Parameters:
value - allowed object is String

getRefireEhExecStatus

public ExecStatus getRefireEhExecStatus()
Gets the value of the refireEhExecStatus property.

Returns:
possible object is ExecStatus

setRefireEhExecStatus

public void setRefireEhExecStatus(ExecStatus value)
Sets the value of the refireEhExecStatus property.

Parameters:
value - allowed object is ExecStatus

getRefireEhExecType

public ExecType getRefireEhExecType()
Gets the value of the refireEhExecType property.

Returns:
possible object is ExecType

setRefireEhExecType

public void setRefireEhExecType(ExecType value)
Sets the value of the refireEhExecType property.

Parameters:
value - allowed object is ExecType

getRefireEhTriggerGroupName

public String getRefireEhTriggerGroupName()
Gets the value of the refireEhTriggerGroupName property.

Returns:
possible object is String

setRefireEhTriggerGroupName

public void setRefireEhTriggerGroupName(String value)
Sets the value of the refireEhTriggerGroupName property.

Parameters:
value - allowed object is String

getRefireEhTriggerName

public String getRefireEhTriggerName()
Gets the value of the refireEhTriggerName property.

Returns:
possible object is String

setRefireEhTriggerName

public void setRefireEhTriggerName(String value)
Sets the value of the refireEhTriggerName property.

Parameters:
value - allowed object is String

getRefireEhJobDataMap

public QuartzJobDataMap getRefireEhJobDataMap()
Gets the value of the refireEhJobDataMap property.

Returns:
possible object is QuartzJobDataMap

setRefireEhJobDataMap

public void setRefireEhJobDataMap(QuartzJobDataMap value)
Sets the value of the refireEhJobDataMap property.

Parameters:
value - allowed object is QuartzJobDataMap

getRefireEhJobDataMapXml

public String getRefireEhJobDataMapXml()
Gets the value of the refireEhJobDataMapXml property.

Returns:
possible object is String

setRefireEhJobDataMapXml

public void setRefireEhJobDataMapXml(String value)
Sets the value of the refireEhJobDataMapXml property.

Parameters:
value - allowed object is String

getHostName

public String getHostName()
Gets the value of the hostName property.

Returns:
possible object is String

setHostName

public void setHostName(String value)
Sets the value of the hostName property.

Parameters:
value - allowed object is String

getJvmPid

public Integer getJvmPid()
Gets the value of the jvmPid property.

Returns:
possible object is String

setJvmPid

public void setJvmPid(Integer value)
Sets the value of the jvmPid property.

Parameters:
value - allowed object is String

getJvmName

public String getJvmName()
Gets the value of the jvmName property.

Returns:
possible object is String

setJvmName

public void setJvmName(String value)
Sets the value of the jvmName property.

Parameters:
value - allowed object is String

getJvmVendor

public String getJvmVendor()
Gets the value of the jvmVendor property.

Returns:
possible object is String

setJvmVendor

public void setJvmVendor(String value)
Sets the value of the jvmVendor property.

Parameters:
value - allowed object is String

getJvmVersion

public String getJvmVersion()
Gets the value of the jvmVersion property.

Returns:
possible object is String

setJvmVersion

public void setJvmVersion(String value)
Sets the value of the jvmVersion property.

Parameters:
value - allowed object is String

getJvmRuntimeVersion

public String getJvmRuntimeVersion()
Gets the value of the jvmRuntimeVersion property.

Returns:
possible object is String

setJvmRuntimeVersion

public void setJvmRuntimeVersion(String value)
Sets the value of the jvmRuntimeVersion property.

Parameters:
value - allowed object is String

getOsName

public String getOsName()
Gets the value of the osName property.

Returns:
possible object is String

setOsName

public void setOsName(String value)
Sets the value of the osName property.

Parameters:
value - allowed object is String

getOsVersion

public String getOsVersion()
Gets the value of the osVersion property.

Returns:
possible object is String

setOsVersion

public void setOsVersion(String value)
Sets the value of the osVersion property.

Parameters:
value - allowed object is String

getOsArch

public String getOsArch()
Gets the value of the osArch property.

Returns:
possible object is String

setOsArch

public void setOsArch(String value)
Sets the value of the osArch property.

Parameters:
value - allowed object is String

getJobChainId

public Long getJobChainId()
Gets the value of the jobChainId property.

Returns:
possible object is String

setJobChainId

public void setJobChainId(Long value)
Sets the value of the jobChainId property.

Parameters:
value - allowed object is String

getJobChainFlowId

public String getJobChainFlowId()
Gets the value of the jobChainFlowId property.

Returns:
possible object is String

setJobChainFlowId

public void setJobChainFlowId(String value)
Sets the value of the jobChainFlowId property.

Parameters:
value - allowed object is String

getJobChainSrcExecHistoryId

public Long getJobChainSrcExecHistoryId()
Gets the value of the jobChainSrcExecHistoryId property.

Returns:
possible object is String

setJobChainSrcExecHistoryId

public void setJobChainSrcExecHistoryId(Long value)
Sets the value of the jobChainSrcExecHistoryId property.

Parameters:
value - allowed object is String

isIndexed

public Boolean isIndexed()
Gets the value of the indexed property.

Returns:
possible object is String

setIndexed

public void setIndexed(Boolean value)
Sets the value of the indexed property.

Parameters:
value - allowed object is String

getIndexed

public Boolean getIndexed()

withId

public QuartzMisfiredTrigger withId(Long value)

withDetectedAt

public QuartzMisfiredTrigger withDetectedAt(Calendar value)

withMissedFireTime

public QuartzMisfiredTrigger withMissedFireTime(Calendar value)

withSchedulerObjectName

public QuartzMisfiredTrigger withSchedulerObjectName(String value)

withSchedulerVersion

public QuartzMisfiredTrigger withSchedulerVersion(Version value)

withSchedulerName

public QuartzMisfiredTrigger withSchedulerName(String value)

withSchedulerInstanceId

public QuartzMisfiredTrigger withSchedulerInstanceId(String value)

withTriggerGroupName

public QuartzMisfiredTrigger withTriggerGroupName(String value)

withTriggerName

public QuartzMisfiredTrigger withTriggerName(String value)

withTriggerType

public QuartzMisfiredTrigger withTriggerType(QuartzTriggerType value)

withTriggerJobDataMap

public QuartzMisfiredTrigger withTriggerJobDataMap(QuartzJobDataMap value)

withTriggerJobDataMapXml

public QuartzMisfiredTrigger withTriggerJobDataMapXml(String value)

withTriggerMisfireInstruction

public QuartzMisfiredTrigger withTriggerMisfireInstruction(Integer value)

withJobGroupName

public QuartzMisfiredTrigger withJobGroupName(String value)

withJobName

public QuartzMisfiredTrigger withJobName(String value)

withRefireStatus

public QuartzMisfiredTrigger withRefireStatus(QuartzMisfiredTriggerRefireStatus value)

withRefireEhId

public QuartzMisfiredTrigger withRefireEhId(Long value)

withRefireEhStartedAt

public QuartzMisfiredTrigger withRefireEhStartedAt(Calendar value)

withRefireEhFinishedAt

public QuartzMisfiredTrigger withRefireEhFinishedAt(Calendar value)

withRefireEhExecStatus

public QuartzMisfiredTrigger withRefireEhExecStatus(ExecStatus value)

withRefireEhExecType

public QuartzMisfiredTrigger withRefireEhExecType(ExecType value)

withRefireEhTriggerGroupName

public QuartzMisfiredTrigger withRefireEhTriggerGroupName(String value)

withRefireEhTriggerName

public QuartzMisfiredTrigger withRefireEhTriggerName(String value)

withRefireEhJobDataMap

public QuartzMisfiredTrigger withRefireEhJobDataMap(QuartzJobDataMap value)

withRefireEhJobDataMapXml

public QuartzMisfiredTrigger withRefireEhJobDataMapXml(String value)

withHostName

public QuartzMisfiredTrigger withHostName(String value)

withJvmPid

public QuartzMisfiredTrigger withJvmPid(Integer value)

withJvmName

public QuartzMisfiredTrigger withJvmName(String value)

withJvmVendor

public QuartzMisfiredTrigger withJvmVendor(String value)

withJvmVersion

public QuartzMisfiredTrigger withJvmVersion(String value)

withJvmRuntimeVersion

public QuartzMisfiredTrigger withJvmRuntimeVersion(String value)

withOsName

public QuartzMisfiredTrigger withOsName(String value)

withOsVersion

public QuartzMisfiredTrigger withOsVersion(String value)

withOsArch

public QuartzMisfiredTrigger withOsArch(String value)

withJobChainId

public QuartzMisfiredTrigger withJobChainId(Long value)

withJobChainFlowId

public QuartzMisfiredTrigger withJobChainFlowId(String value)

withJobChainSrcExecHistoryId

public QuartzMisfiredTrigger withJobChainSrcExecHistoryId(Long value)

withIndexed

public QuartzMisfiredTrigger withIndexed(Boolean value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.