SolutionDependencyParameter Class
- java.
lang. Object - com.
azure. resourcemanager. workloadorchestration. models. SolutionDependencyParameter
- com.
Implements
public final class SolutionDependencyParameter
implements JsonSerializable<SolutionDependencyParameter>
Solution Dependency Context.
Constructor Summary
| Constructor | Description |
|---|---|
| SolutionDependencyParameter() |
Creates an instance of Solution |
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 |
solutionTemplateId()
Get the solution |
| String |
solutionTemplateVersion()
Get the solution |
| String |
solutionVersionId()
Get the solution |
| String |
targetId()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Solution |
withDependencies(List<SolutionDependencyParameter> dependencies)
Set the dependencies property: Solution dependencies. |
|
Solution |
withSolutionInstanceName(String solutionInstanceName)
Set the solution |
|
Solution |
withSolutionTemplateId(String solutionTemplateId)
Set the solution |
|
Solution |
withSolutionTemplateVersion(String solutionTemplateVersion)
Set the solution |
|
Solution |
withSolutionVersionId(String solutionVersionId)
Set the solution |
|
Solution |
withTargetId(String targetId)
Set the target |
Methods inherited from java.lang.Object
Constructor Details
SolutionDependencyParameter
public SolutionDependencyParameter()
Creates an instance of SolutionDependencyParameter class.
Method Details
dependencies
public List<SolutionDependencyParameter> dependencies()
Get the dependencies property: Solution dependencies.
Returns:
fromJson
public static SolutionDependencyParameter fromJson(JsonReader jsonReader)
Reads an instance of SolutionDependencyParameter from the JsonReader.
Parameters:
Returns:
Throws:
solutionInstanceName
public String solutionInstanceName()
Get the solutionInstanceName property: Solution Instance Name.
Returns:
solutionTemplateId
public String solutionTemplateId()
Get the solutionTemplateId property: Solution Template Id.
Returns:
solutionTemplateVersion
public String solutionTemplateVersion()
Get the solutionTemplateVersion property: Solution Template Version.
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.
withDependencies
public SolutionDependencyParameter withDependencies(List<SolutionDependencyParameter> dependencies)
Set the dependencies property: Solution dependencies.
Parameters:
Returns:
withSolutionInstanceName
public SolutionDependencyParameter withSolutionInstanceName(String solutionInstanceName)
Set the solutionInstanceName property: Solution Instance Name.
Parameters:
Returns:
withSolutionTemplateId
public SolutionDependencyParameter withSolutionTemplateId(String solutionTemplateId)
Set the solutionTemplateId property: Solution Template Id.
Parameters:
Returns:
withSolutionTemplateVersion
public SolutionDependencyParameter withSolutionTemplateVersion(String solutionTemplateVersion)
Set the solutionTemplateVersion property: Solution Template Version.
Parameters:
Returns:
withSolutionVersionId
public SolutionDependencyParameter withSolutionVersionId(String solutionVersionId)
Set the solutionVersionId property: Solution Version Id.
Parameters:
Returns:
withTargetId
public SolutionDependencyParameter withTargetId(String targetId)
Set the targetId property: Target Id.
Parameters:
Returns: