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() |
int |
hashCode() |
void |
setTask(Task task) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopTaskResult |
withTask(Task task) |
public void setTask(Task task)
task
- public Task getTask()
public StopTaskResult withTask(Task task)
task
- public String toString()
toString
in class Object
Object.toString()
public StopTaskResult clone()
Copyright © 2016. All rights reserved.