ExpressRouteCircuitsArpTableListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ExpressRouteCircuitsArpTableListResultInner

Implements

public final class ExpressRouteCircuitsArpTableListResultInner
implements JsonSerializable<ExpressRouteCircuitsArpTableListResultInner>

Response for ListArpTable associated with the Express Route Circuits API.

Constructor Summary

Constructor Description
ExpressRouteCircuitsArpTableListResultInner()

Creates an instance of ExpressRouteCircuitsArpTableListResultInner class.

Method Summary

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

Reads an instance of ExpressRouteCircuitsArpTableListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExpressRouteCircuitArpTable> value()

Get the value property: A list of the ARP tables.

ExpressRouteCircuitsArpTableListResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

ExpressRouteCircuitsArpTableListResultInner withValue(List<ExpressRouteCircuitArpTable> value)

Set the value property: A list of the ARP tables.

Methods inherited from java.lang.Object

Constructor Details

ExpressRouteCircuitsArpTableListResultInner

public ExpressRouteCircuitsArpTableListResultInner()

Creates an instance of ExpressRouteCircuitsArpTableListResultInner class.

Method Details

fromJson

public static ExpressRouteCircuitsArpTableListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteCircuitsArpTableListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of the ARP tables.

Returns:

the value value.

withNextLink

public ExpressRouteCircuitsArpTableListResultInner withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ExpressRouteCircuitsArpTableListResultInner object itself.

withValue

public ExpressRouteCircuitsArpTableListResultInner withValue(List value)

Set the value property: A list of the ARP tables.

Parameters:

value - the value value to set.

Returns:

the ExpressRouteCircuitsArpTableListResultInner object itself.

Applies to