|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.resourcebroker.utils.serialization.types.PlanBuilderIdentifier
public class PlanBuilderIdentifier
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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getID()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |