org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback
Class DeployNode
java.lang.Object
org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback.DeployNode
public class DeployNode
- extends java.lang.Object
Artifact for PackageGroup elements.
Here only the information relevant to handling the
feedback are took into account regardless the packages
defined inside it, and so on.
- 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
DeployNode
public DeployNode(PackageGroup pg)
getScore
public final int getScore()
setPackageGroup
public final void setPackageGroup(PackageGroup pg)
getPackageGroup
public final PackageGroup getPackageGroup()