SolutionPropertiesListInner Class
- java.
lang. Object - com.
azure. resourcemanager. operationsmanagement. fluent. models. SolutionPropertiesListInner
- com.
Implements
public final class SolutionPropertiesListInner
implements JsonSerializable<SolutionPropertiesListInner>
the list of solution response.
Constructor Summary
| Constructor | Description |
|---|---|
| SolutionPropertiesListInner() |
Creates an instance of Solution |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Solution |
fromJson(JsonReader jsonReader)
Reads an instance of Solution |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Solution |
value()
Get the value property: List of solution properties within the subscription. |
|
Solution |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<SolutionInner> value()
Get the value property: List of solution properties within the subscription.
Returns:
withValue
public SolutionPropertiesListInner withValue(List<SolutionInner> value)
Set the value property: List of solution properties within the subscription.
Parameters:
Returns: