public class BundleInstanceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of BundleInstance.
Modifier and Type | Field and Description |
---|---|
private BundleTask |
bundleTask
Information about the bundle task.
|
Constructor and Description |
---|
BundleInstanceResult() |
Modifier and Type | Method and Description |
---|---|
BundleInstanceResult |
clone() |
boolean |
equals(java.lang.Object obj) |
BundleTask |
getBundleTask()
Information about the bundle task.
|
int |
hashCode() |
void |
setBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BundleInstanceResult |
withBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
private BundleTask bundleTask
Information about the bundle task.
public void setBundleTask(BundleTask bundleTask)
Information about the bundle task.
bundleTask
- Information about the bundle task.public BundleTask getBundleTask()
Information about the bundle task.
public BundleInstanceResult withBundleTask(BundleTask bundleTask)
Information about the bundle task.
bundleTask
- Information about the bundle task.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public BundleInstanceResult clone()
clone
in class java.lang.Object