public class TaskOverride extends Object implements Serializable, Cloneable
The overrides associated with a task.
Constructor and Description |
---|
TaskOverride() |
Modifier and Type | Method and Description |
---|---|
TaskOverride |
clone() |
boolean |
equals(Object obj) |
List<ContainerOverride> |
getContainerOverrides()
One or more container overrides sent to a task.
|
int |
hashCode() |
void |
setContainerOverrides(Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TaskOverride |
withContainerOverrides(Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
|
TaskOverride |
withContainerOverrides(ContainerOverride... containerOverrides)
One or more container overrides sent to a task.
|
public List<ContainerOverride> getContainerOverrides()
One or more container overrides sent to a task.
public void setContainerOverrides(Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
containerOverrides
- One or more container overrides sent to a task.public TaskOverride withContainerOverrides(ContainerOverride... containerOverrides)
One or more container overrides sent to a task.
NOTE: This method appends the values to the existing list (if
any). Use setContainerOverrides(java.util.Collection)
or
withContainerOverrides(java.util.Collection)
if you want to
override the existing values.
containerOverrides
- One or more container overrides sent to a task.public TaskOverride withContainerOverrides(Collection<ContainerOverride> containerOverrides)
One or more container overrides sent to a task.
containerOverrides
- One or more container overrides sent to a task.public String toString()
toString
in class Object
Object.toString()
public TaskOverride clone()
Copyright © 2015. All rights reserved.