public class SolutionVersionInfo
extends java.lang.Object
| Constructor and Description |
|---|
SolutionVersionInfo(java.lang.String name,
java.lang.String version,
java.util.List<SolutionFeature> features,
java.util.List<SolutionAgent> agents) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAgent(SolutionAgent agent) |
void |
addFeature(SolutionFeature feature) |
java.util.List<SolutionAgent> |
getAgents()
Return the list of agents contained in this solution version.
|
java.util.List<SolutionFeature> |
getFeatures()
Return the list of features associated with this solution version.
|
java.lang.String |
getName()
Returns the name of this solution including the version, e.g.
|
java.lang.String |
getVersion()
Returns the bundle version for this solution version, e.g.
|
java.lang.String |
toString() |
@ConstructorProperties(value={"name","version","features","agents"})
public SolutionVersionInfo(java.lang.String name,
java.lang.String version,
java.util.List<SolutionFeature> features,
java.util.List<SolutionAgent> agents)
public java.lang.String getName()
public java.lang.String getVersion()
public void addFeature(SolutionFeature feature)
public void addAgent(SolutionAgent agent)
public java.util.List<SolutionFeature> getFeatures()
public java.util.List<SolutionAgent> getAgents()
public java.lang.String toString()
toString in class java.lang.Object© Copyright IBM 2021