com.quartzdesk.service.types.v4_0.scheduler
Class ExecHealthIndicatorEntry

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.scheduler.ExecHealthIndicatorEntry

public class ExecHealthIndicatorEntry
extends Object

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/v4_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

execHistoryId

protected Long execHistoryId

startedAt

protected Calendar startedAt

finishedAt

protected Calendar finishedAt

duration

protected Integer duration

execStatus

protected ExecStatus execStatus
Constructor Detail

ExecHealthIndicatorEntry

public ExecHealthIndicatorEntry()
Method Detail

getExecHistoryId

public Long getExecHistoryId()
Gets the value of the execHistoryId property.

Returns:
possible object is String

setExecHistoryId

public void setExecHistoryId(Long value)
Sets the value of the execHistoryId property.

Parameters:
value - allowed object is String

getStartedAt

public Calendar getStartedAt()
Gets the value of the startedAt property.

Returns:
possible object is String

setStartedAt

public void setStartedAt(Calendar value)
Sets the value of the startedAt property.

Parameters:
value - allowed object is String

getFinishedAt

public Calendar getFinishedAt()
Gets the value of the finishedAt property.

Returns:
possible object is String

setFinishedAt

public void setFinishedAt(Calendar value)
Sets the value of the finishedAt property.

Parameters:
value - allowed object is String

getDuration

public Integer getDuration()
Gets the value of the duration property.

Returns:
possible object is String

setDuration

public void setDuration(Integer value)
Sets the value of the duration property.

Parameters:
value - allowed object is String

getExecStatus

public ExecStatus getExecStatus()
Gets the value of the execStatus property.

Returns:
possible object is ExecStatus

setExecStatus

public void setExecStatus(ExecStatus value)
Sets the value of the execStatus property.

Parameters:
value - allowed object is ExecStatus

withExecHistoryId

public ExecHealthIndicatorEntry withExecHistoryId(Long value)

withStartedAt

public ExecHealthIndicatorEntry withStartedAt(Calendar value)

withFinishedAt

public ExecHealthIndicatorEntry withFinishedAt(Calendar value)

withDuration

public ExecHealthIndicatorEntry withDuration(Integer value)

withExecStatus

public ExecHealthIndicatorEntry withExecStatus(ExecStatus value)


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