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