public class Job extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Job |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
Returns the value of the CreationDate property for this object.
|
Boolean |
getIsCanceled()
Returns the value of the IsCanceled property for this object.
|
String |
getJobId()
Returns the value of the JobId property for this object.
|
String |
getJobType()
Returns the value of the JobType property for this object.
|
int |
hashCode() |
Boolean |
isCanceled()
Returns the value of the IsCanceled property for this object.
|
void |
setCreationDate(Date creationDate)
Sets the value of the CreationDate property for this object.
|
void |
setIsCanceled(Boolean isCanceled)
Sets the value of the IsCanceled property for this object.
|
void |
setJobId(String jobId)
Sets the value of the JobId property for this object.
|
void |
setJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
void |
setJobType(String jobType)
Sets the value of the JobType property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Job |
withCreationDate(Date creationDate)
Sets the value of the CreationDate property for this object.
|
Job |
withIsCanceled(Boolean isCanceled)
Sets the value of the IsCanceled property for this object.
|
Job |
withJobId(String jobId)
Sets the value of the JobId property for this object.
|
Job |
withJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
Job |
withJobType(String jobType)
Sets the value of the JobType property for this object.
|
public void setJobId(String jobId)
jobId - The new value for the JobId property for this object.public String getJobId()
public Job withJobId(String jobId)
jobId - The new value for the JobId property for this object.public void setCreationDate(Date creationDate)
creationDate - The new value for the CreationDate property for this object.public Date getCreationDate()
public Job withCreationDate(Date creationDate)
creationDate - The new value for the CreationDate property for this object.public void setIsCanceled(Boolean isCanceled)
isCanceled - The new value for the IsCanceled property for this object.public Boolean getIsCanceled()
public Job withIsCanceled(Boolean isCanceled)
isCanceled - The new value for the IsCanceled property for this object.public Boolean isCanceled()
public void setJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic String getJobType()
JobTypepublic Job withJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic Job withJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.