public class BundleInstanceResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
BundleInstanceResult() |
Modifier and Type | Method and Description |
---|---|
BundleInstanceResult |
clone() |
boolean |
equals(Object obj) |
BundleTask |
getBundleTask()
Information about the bundle task.
|
int |
hashCode() |
void |
setBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BundleInstanceResult |
withBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
public BundleTask getBundleTask()
public void setBundleTask(BundleTask bundleTask)
bundleTask
- Information about the bundle task.public BundleInstanceResult withBundleTask(BundleTask bundleTask)
Returns a reference to this object so that method calls can be chained together.
bundleTask
- Information about the bundle task.public String toString()
toString
in class Object
Object.toString()
public BundleInstanceResult clone()
Copyright © 2015. All rights reserved.