SolutionDependency Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadorchestration.models.SolutionDependency

Implements

public final class SolutionDependency
implements JsonSerializable<SolutionDependency>

Solution Dependency Context.

Method Summary

Modifier and Type Method and Description
List<SolutionDependency> dependencies()

Get the dependencies property: Solution dependencies.

static SolutionDependency fromJson(JsonReader jsonReader)

Reads an instance of SolutionDependency from the JsonReader.

String solutionInstanceName()

Get the solutionInstanceName property: Solution Instance Name.

String solutionTemplateVersionId()

Get the solutionTemplateVersionId property: Solution Template Version Id.

String solutionVersionId()

Get the solutionVersionId property: Solution Version Id.

String targetId()

Get the targetId property: Target Id.

JsonWriter 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:

the dependencies value.

fromJson

public static SolutionDependency fromJson(JsonReader jsonReader)

Reads an instance of SolutionDependency from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SolutionDependency if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

solutionInstanceName

public String solutionInstanceName()

Get the solutionInstanceName property: Solution Instance Name.

Returns:

the solutionInstanceName value.

solutionTemplateVersionId

public String solutionTemplateVersionId()

Get the solutionTemplateVersionId property: Solution Template Version Id.

Returns:

the solutionTemplateVersionId value.

solutionVersionId

public String solutionVersionId()

Get the solutionVersionId property: Solution Version Id.

Returns:

the solutionVersionId value.

targetId

public String targetId()

Get the targetId property: Target Id.

Returns:

the targetId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to