SolutionDependency Class
- java.
lang. Object - com.
azure. resourcemanager. workloadorchestration. models. SolutionDependency
- com.
Implements
public final class SolutionDependency
implements JsonSerializable<SolutionDependency>
Solution Dependency Context.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Solution |
dependencies()
Get the dependencies property: Solution dependencies. |
|
static
Solution |
fromJson(JsonReader jsonReader)
Reads an instance of Solution |
| String |
solutionInstanceName()
Get the solution |
| String |
solutionTemplateVersionId()
Get the solution |
| String |
solutionVersionId()
Get the solution |
| String |
targetId()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
dependencies
public List<SolutionDependency> dependencies()
Get the dependencies property: Solution dependencies.
Returns:
fromJson
public static SolutionDependency fromJson(JsonReader jsonReader)
Reads an instance of SolutionDependency from the JsonReader.
Parameters:
Returns:
Throws:
solutionInstanceName
public String solutionInstanceName()
Get the solutionInstanceName property: Solution Instance Name.
Returns:
solutionTemplateVersionId
public String solutionTemplateVersionId()
Get the solutionTemplateVersionId property: Solution Template Version Id.
Returns:
solutionVersionId
public String solutionVersionId()
Get the solutionVersionId property: Solution Version Id.
Returns:
targetId
public String targetId()
Get the targetId property: Target Id.
Returns:
toJson
validate
public void validate()
Validates the instance.