public class StopTaskResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
StopTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
StopTaskResult |
clone() |
boolean |
equals(Object obj) |
Task |
getTask()
Details on a task in a cluster.
|
int |
hashCode() |
void |
setTask(Task task)
Details on a task in a cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopTaskResult |
withTask(Task task)
Details on a task in a cluster.
|
public Task getTask()
public void setTask(Task task)
task - Details on a task in a cluster.public StopTaskResult withTask(Task task)
Returns a reference to this object so that method calls can be chained together.
task - Details on a task in a cluster.public String toString()
toString in class ObjectObject.toString()public StopTaskResult clone()
Copyright © 2015. All rights reserved.