EffectiveRouteListResultInner Class

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

Implements

public final class EffectiveRouteListResultInner
implements JsonSerializable<EffectiveRouteListResultInner>

Response for list effective route API service call.

Constructor Summary

Constructor Description
EffectiveRouteListResultInner()

Creates an instance of EffectiveRouteListResultInner class.

Method Summary

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

Reads an instance of EffectiveRouteListResultInner 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<EffectiveRoute> value()

Get the value property: A list of effective routes.

EffectiveRouteListResultInner withValue(List<EffectiveRoute> value)

Set the value property: A list of effective routes.

Methods inherited from java.lang.Object

Constructor Details

EffectiveRouteListResultInner

public EffectiveRouteListResultInner()

Creates an instance of EffectiveRouteListResultInner class.

Method Details

fromJson

public static EffectiveRouteListResultInner fromJson(JsonReader jsonReader)

Reads an instance of EffectiveRouteListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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 effective routes.

Returns:

the value value.

withValue

public EffectiveRouteListResultInner withValue(List value)

Set the value property: A list of effective routes.

Parameters:

value - the value value to set.

Returns:

the EffectiveRouteListResultInner object itself.

Applies to