SolutionVersionParameter Class

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

Implements

public final class SolutionVersionParameter
implements JsonSerializable<SolutionVersionParameter>

Solution Version Parameter.

Constructor Summary

Constructor Description
SolutionVersionParameter()

Creates an instance of SolutionVersionParameter class.

Method Summary

Modifier and Type Method and Description
static SolutionVersionParameter fromJson(JsonReader jsonReader)

Reads an instance of SolutionVersionParameter from the JsonReader.

String solutionVersionId()

Get the solutionVersionId property: Solution Version ARM Id.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SolutionVersionParameter withSolutionVersionId(String solutionVersionId)

Set the solutionVersionId property: Solution Version ARM Id.

Methods inherited from java.lang.Object

Constructor Details

SolutionVersionParameter

public SolutionVersionParameter()

Creates an instance of SolutionVersionParameter class.

Method Details

fromJson

public static SolutionVersionParameter fromJson(JsonReader jsonReader)

Reads an instance of SolutionVersionParameter from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SolutionVersionParameter 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.

solutionVersionId

public String solutionVersionId()

Get the solutionVersionId property: Solution Version ARM Id.

Returns:

the solutionVersionId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSolutionVersionId

public SolutionVersionParameter withSolutionVersionId(String solutionVersionId)

Set the solutionVersionId property: Solution Version ARM Id.

Parameters:

solutionVersionId - the solutionVersionId value to set.

Returns:

the SolutionVersionParameter object itself.

Applies to