public class StopRunResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the results of your stop run attempt.
Constructor and Description |
---|
StopRunResult() |
Modifier and Type | Method and Description |
---|---|
StopRunResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Run |
getRun() |
int |
hashCode() |
void |
setRun(Run run) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopRunResult |
withRun(Run run) |
private Run run
public void setRun(Run run)
run
- public Run getRun()
public StopRunResult withRun(Run run)
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 StopRunResult clone()
clone
in class java.lang.Object