|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.quartz.v8_0.GetTriggerFireTimesRequest
public class GetTriggerFireTimesRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="connection" type="{http://service.quartzdesk.com/types/v4_0/connection}SchedulerConnection"/>
<element name="triggerGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="triggerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="maxFetchSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SchedulerConnection |
connection
|
protected Calendar |
endTime
|
protected Integer |
maxFetchSize
|
protected Calendar |
startTime
|
protected String |
triggerGroupName
|
protected String |
triggerName
|
| Constructor Summary | |
|---|---|
GetTriggerFireTimesRequest()
|
|
| Method Summary | |
|---|---|
SchedulerConnection |
getConnection()
Gets the value of the connection property. |
Calendar |
getEndTime()
Gets the value of the endTime property. |
Integer |
getMaxFetchSize()
Gets the value of the maxFetchSize property. |
Calendar |
getStartTime()
Gets the value of the startTime property. |
String |
getTriggerGroupName()
Gets the value of the triggerGroupName property. |
String |
getTriggerName()
Gets the value of the triggerName property. |
void |
setConnection(SchedulerConnection value)
Sets the value of the connection property. |
void |
setEndTime(Calendar value)
Sets the value of the endTime property. |
void |
setMaxFetchSize(Integer value)
Sets the value of the maxFetchSize property. |
void |
setStartTime(Calendar value)
Sets the value of the startTime property. |
void |
setTriggerGroupName(String value)
Sets the value of the triggerGroupName property. |
void |
setTriggerName(String value)
Sets the value of the triggerName property. |
GetTriggerFireTimesRequest |
withConnection(SchedulerConnection value)
|
GetTriggerFireTimesRequest |
withEndTime(Calendar value)
|
GetTriggerFireTimesRequest |
withMaxFetchSize(Integer value)
|
GetTriggerFireTimesRequest |
withStartTime(Calendar value)
|
GetTriggerFireTimesRequest |
withTriggerGroupName(String value)
|
GetTriggerFireTimesRequest |
withTriggerName(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SchedulerConnection connection
protected String triggerGroupName
protected String triggerName
protected Calendar startTime
protected Calendar endTime
protected Integer maxFetchSize
| Constructor Detail |
|---|
public GetTriggerFireTimesRequest()
| Method Detail |
|---|
public SchedulerConnection getConnection()
SchedulerConnectionpublic void setConnection(SchedulerConnection value)
value - allowed object is
SchedulerConnectionpublic String getTriggerGroupName()
Stringpublic void setTriggerGroupName(String value)
value - allowed object is
Stringpublic String getTriggerName()
Stringpublic void setTriggerName(String value)
value - allowed object is
Stringpublic Calendar getStartTime()
Stringpublic void setStartTime(Calendar value)
value - allowed object is
Stringpublic Calendar getEndTime()
Stringpublic void setEndTime(Calendar value)
value - allowed object is
Stringpublic Integer getMaxFetchSize()
Stringpublic void setMaxFetchSize(Integer value)
value - allowed object is
Stringpublic GetTriggerFireTimesRequest withConnection(SchedulerConnection value)
public GetTriggerFireTimesRequest withTriggerGroupName(String value)
public GetTriggerFireTimesRequest withTriggerName(String value)
public GetTriggerFireTimesRequest withStartTime(Calendar value)
public GetTriggerFireTimesRequest withEndTime(Calendar value)
public GetTriggerFireTimesRequest withMaxFetchSize(Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||