ConfigurationListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.postgresql.fluent.models.ConfigurationListResultInner

Implements

public final class ConfigurationListResultInner
implements JsonSerializable<ConfigurationListResultInner>

A list of server configurations.

Constructor Summary

Constructor Description
ConfigurationListResultInner()

Creates an instance of ConfigurationListResultInner class.

Method Summary

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

Reads an instance of ConfigurationListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ConfigurationInner> value()

Get the value property: The list of server configurations.

ConfigurationListResultInner withValue(List<ConfigurationInner> value)

Set the value property: The list of server configurations.

Methods inherited from java.lang.Object

Constructor Details

ConfigurationListResultInner

public ConfigurationListResultInner()

Creates an instance of ConfigurationListResultInner class.

Method Details

fromJson

public static ConfigurationListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ConfigurationListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ConfigurationInner> value()

Get the value property: The list of server configurations.

Returns:

the value value.

withValue

public ConfigurationListResultInner withValue(List<ConfigurationInner> value)

Set the value property: The list of server configurations.

Parameters:

value - the value value to set.

Returns:

the ConfigurationListResultInner object itself.

Applies to