org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback
Class Feedback
java.lang.Object
org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback.Feedback
public class Feedback
- extends java.lang.Object
- Author:
- Daniele Strollo (ISTI-CNR)
Field Summary |
static java.lang.String |
NODE_TAG
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NODE_TAG
public static final java.lang.String NODE_TAG
- See Also:
- Constant Field Values
Feedback
public Feedback()
- Deprecated. for internal use only.
Feedback
public Feedback(PlanBuilderIdentifier workflowSession,
java.lang.String scope)
getPlanID
public final java.lang.String getPlanID()
setPlanID
public final void setPlanID(java.lang.String planID)
getScore
public final int getScore()
- If the Feedback does not have a status
the score is evaluated.
getDeployNodes
public final java.util.List<DeployNode> getDeployNodes()
addDeployNode
public final void addDeployNode(DeployNode deployNode)
getScope
public final java.lang.String getScope()
setScope
public final void setScope(java.lang.String scope)