public class GetJobResult extends Object implements Serializable, Cloneable
Represents the result of a get job request.
Constructor and Description |
---|
GetJobResult() |
Modifier and Type | Method and Description |
---|---|
GetJobResult |
clone() |
boolean |
equals(Object obj) |
Job |
getJob()
Returns the value of the Job property for this object.
|
int |
hashCode() |
void |
setJob(Job job)
Sets the value of the Job property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetJobResult |
withJob(Job job)
Sets the value of the Job property for this object.
|
public void setJob(Job job)
job
- The new value for the Job property for this object.public Job getJob()
public GetJobResult withJob(Job job)
job
- The new value for the Job property for this object.public String toString()
toString
in class Object
Object.toString()
public GetJobResult clone()
Copyright © 2015. All rights reserved.