public class ScheduleRunResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the result of a schedule run request.
Modifier and Type | Field and Description |
---|---|
private Run |
run
Information about the scheduled run.
|
Constructor and Description |
---|
ScheduleRunResult() |
Modifier and Type | Method and Description |
---|---|
ScheduleRunResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Run |
getRun()
Information about the scheduled run.
|
int |
hashCode() |
void |
setRun(Run run)
Information about the scheduled run.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScheduleRunResult |
withRun(Run run)
Information about the scheduled run.
|
private Run run
Information about the scheduled run.
public void setRun(Run run)
Information about the scheduled run.
run
- Information about the scheduled run.public Run getRun()
Information about the scheduled run.
public ScheduleRunResult withRun(Run run)
Information about the scheduled run.
run
- Information about the scheduled run.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ScheduleRunResult clone()
clone
in class java.lang.Object