|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.quartz.v9_0.GetPlannedJobExecutionsRequest
public class GetPlannedJobExecutionsRequest
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/v5_0/connection}SchedulerConnection"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="jobGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filterQuery" type="{http://www.w3.org/2001/XMLSchema}string" 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 String |
filterQuery
|
protected String |
jobGroupName
|
protected Integer |
maxFetchSize
|
protected Calendar |
startTime
|
| Constructor Summary | |
|---|---|
GetPlannedJobExecutionsRequest()
|
|
| Method Summary | |
|---|---|
SchedulerConnection |
getConnection()
Gets the value of the connection property. |
Calendar |
getEndTime()
Gets the value of the endTime property. |
String |
getFilterQuery()
Gets the value of the filterQuery property. |
String |
getJobGroupName()
Gets the value of the jobGroupName property. |
Integer |
getMaxFetchSize()
Gets the value of the maxFetchSize property. |
Calendar |
getStartTime()
Gets the value of the startTime property. |
void |
setConnection(SchedulerConnection value)
Sets the value of the connection property. |
void |
setEndTime(Calendar value)
Sets the value of the endTime property. |
void |
setFilterQuery(String value)
Sets the value of the filterQuery property. |
void |
setJobGroupName(String value)
Sets the value of the jobGroupName property. |
void |
setMaxFetchSize(Integer value)
Sets the value of the maxFetchSize property. |
void |
setStartTime(Calendar value)
Sets the value of the startTime property. |
GetPlannedJobExecutionsRequest |
withConnection(SchedulerConnection value)
|
GetPlannedJobExecutionsRequest |
withEndTime(Calendar value)
|
GetPlannedJobExecutionsRequest |
withFilterQuery(String value)
|
GetPlannedJobExecutionsRequest |
withJobGroupName(String value)
|
GetPlannedJobExecutionsRequest |
withMaxFetchSize(Integer value)
|
GetPlannedJobExecutionsRequest |
withStartTime(Calendar 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 Calendar startTime
protected Calendar endTime
protected String jobGroupName
protected String filterQuery
protected Integer maxFetchSize
| Constructor Detail |
|---|
public GetPlannedJobExecutionsRequest()
| Method Detail |
|---|
public SchedulerConnection getConnection()
SchedulerConnectionpublic void setConnection(SchedulerConnection value)
value - allowed object is
SchedulerConnectionpublic Calendar getStartTime()
Stringpublic void setStartTime(Calendar value)
value - allowed object is
Stringpublic Calendar getEndTime()
Stringpublic void setEndTime(Calendar value)
value - allowed object is
Stringpublic String getJobGroupName()
Stringpublic void setJobGroupName(String value)
value - allowed object is
Stringpublic String getFilterQuery()
Stringpublic void setFilterQuery(String value)
value - allowed object is
Stringpublic Integer getMaxFetchSize()
Stringpublic void setMaxFetchSize(Integer value)
value - allowed object is
Stringpublic GetPlannedJobExecutionsRequest withConnection(SchedulerConnection value)
public GetPlannedJobExecutionsRequest withStartTime(Calendar value)
public GetPlannedJobExecutionsRequest withEndTime(Calendar value)
public GetPlannedJobExecutionsRequest withJobGroupName(String value)
public GetPlannedJobExecutionsRequest withFilterQuery(String value)
public GetPlannedJobExecutionsRequest withMaxFetchSize(Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||