public class CancelJobResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CancelJobResult() |
Modifier and Type | Method and Description |
---|---|
CancelJobResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSuccess()
Returns the value of the Success property for this object.
|
int |
hashCode() |
Boolean |
isSuccess()
Returns the value of the Success property for this object.
|
void |
setSuccess(Boolean success)
Sets the value of the Success property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelJobResult |
withSuccess(Boolean success)
Sets the value of the Success property for this object.
|
public void setSuccess(Boolean success)
success
- The new value for the Success property for this object.public Boolean getSuccess()
public CancelJobResult withSuccess(Boolean success)
success
- The new value for the Success property for this object.public Boolean isSuccess()
public String toString()
toString
in class Object
Object.toString()
public CancelJobResult clone()
Copyright © 2015. All rights reserved.