次の方法で共有


TopologyList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.TopologyList

Implements

public final class TopologyList
implements JsonSerializable<TopologyList>

The TopologyList model.

Constructor Summary

Constructor Description
TopologyList()

Creates an instance of TopologyList class.

Method Summary

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

Reads an instance of TopologyList from the JsonReader.

String nextLink()

Get the nextLink property: The URI to fetch the next page.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<TopologyResourceInner> value()

Get the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

TopologyList

public TopologyList()

Creates an instance of TopologyList class.

Method Details

fromJson

public static TopologyList fromJson(JsonReader jsonReader)

Reads an instance of TopologyList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<TopologyResourceInner> value()

Get the value property: The value property.

Returns:

the value value.

Applies to