public class PlanBuilderIdentifier
extends java.lang.Object
A structure used to uniquely identify a workflow session. It is used to retrieve the list of reserved GHN descriptors inside the same workflow session.
This identifier will be later on used as an unique key inside the response to keep track of the workflow that has generated it.
Constructor and Description |
---|
PlanBuilderIdentifier()
Builds a new identifier for the workflow session
and assigns to it a fresh random string.
|
PlanBuilderIdentifier(java.lang.String id)
Deprecated.
use
PlanBuilderIdentifier()
instead. |
public PlanBuilderIdentifier()
public PlanBuilderIdentifier(java.lang.String id)
PlanBuilderIdentifier()
instead.PlanResponse
the requester has retrieved the id.
For this reason it is avoided any external usage.id
- the identifier to use.public final java.lang.String getID()
public final java.lang.String toString()
toString
in class java.lang.Object
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object