SolutionPropertiesListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.operationsmanagement.fluent.models.SolutionPropertiesListInner

Implements

public final class SolutionPropertiesListInner
implements JsonSerializable<SolutionPropertiesListInner>

the list of solution response.

Constructor Summary

Constructor Description
SolutionPropertiesListInner()

Creates an instance of SolutionPropertiesListInner class.

Method Summary

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

Reads an instance of SolutionPropertiesListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SolutionInner> value()

Get the value property: List of solution properties within the subscription.

SolutionPropertiesListInner withValue(List<SolutionInner> value)

Set the value property: List of solution properties within the subscription.

Methods inherited from java.lang.Object

Constructor Details

SolutionPropertiesListInner

public SolutionPropertiesListInner()

Creates an instance of SolutionPropertiesListInner class.

Method Details

fromJson

public static SolutionPropertiesListInner fromJson(JsonReader jsonReader)

Reads an instance of SolutionPropertiesListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the SolutionPropertiesListInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SolutionInner> value()

Get the value property: List of solution properties within the subscription.

Returns:

the value value.

withValue

public SolutionPropertiesListInner withValue(List<SolutionInner> value)

Set the value property: List of solution properties within the subscription.

Parameters:

value - the value value to set.

Returns:

the SolutionPropertiesListInner object itself.

Applies to