|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.quartz_job_chain.v1_0.GetJobChainRequest
public class GetJobChainRequest
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="jobChainId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SchedulerConnection |
connection
|
protected Long |
jobChainId
|
| Constructor Summary | |
|---|---|
GetJobChainRequest()
|
|
| Method Summary | |
|---|---|
SchedulerConnection |
getConnection()
Gets the value of the connection property. |
Long |
getJobChainId()
Gets the value of the jobChainId property. |
void |
setConnection(SchedulerConnection value)
Sets the value of the connection property. |
void |
setJobChainId(Long value)
Sets the value of the jobChainId property. |
GetJobChainRequest |
withConnection(SchedulerConnection value)
|
GetJobChainRequest |
withJobChainId(Long 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 Long jobChainId
| Constructor Detail |
|---|
public GetJobChainRequest()
| Method Detail |
|---|
public SchedulerConnection getConnection()
SchedulerConnectionpublic void setConnection(SchedulerConnection value)
value - allowed object is
SchedulerConnectionpublic Long getJobChainId()
Stringpublic void setJobChainId(Long value)
value - allowed object is
Stringpublic GetJobChainRequest withConnection(SchedulerConnection value)
public GetJobChainRequest withJobChainId(Long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||