次の方法で共有


ClustersList Class

  • java.lang.Object
    • com.azure.resourcemanager.connectedvmware.models.ClustersList

Implements

public final class ClustersList
implements JsonSerializable<ClustersList>

List of Clusters.

Constructor Summary

Constructor Description
ClustersList()

Creates an instance of ClustersList class.

Method Summary

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

Reads an instance of ClustersList from the JsonReader.

String nextLink()

Get the nextLink property: Url to follow for getting next page of Clusters.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ClusterInner> value()

Get the value property: Array of Clusters.

ClustersList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of Clusters.

ClustersList withValue(List<ClusterInner> value)

Set the value property: Array of Clusters.

Methods inherited from java.lang.Object

Constructor Details

ClustersList

public ClustersList()

Creates an instance of ClustersList class.

Method Details

fromJson

public static ClustersList fromJson(JsonReader jsonReader)

Reads an instance of ClustersList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Url to follow for getting next page of Clusters.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ClusterInner> value()

Get the value property: Array of Clusters.

Returns:

the value value.

withNextLink

public ClustersList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of Clusters.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ClustersList object itself.

withValue

public ClustersList withValue(List<ClusterInner> value)

Set the value property: Array of Clusters.

Parameters:

value - the value value to set.

Returns:

the ClustersList object itself.

Applies to