EffectiveRouteListResultInner Class

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

public final class 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
String nextLink()

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

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

nextLink

public String nextLink()

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

Returns:

the nextLink value.

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