Class EffectiveRouteListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.EffectiveRouteListResultInner
-
public final class EffectiveRouteListResultInner extends Object
Response for list effective route API service call.
-
-
Constructor Summary
Constructors Constructor Description EffectiveRouteListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<EffectiveRoute>value()Get the value property: A list of effective routes.EffectiveRouteListResultInnerwithValue(List<EffectiveRoute> value)Set the value property: A list of effective routes.
-
-
-
Method Detail
-
value
public List<EffectiveRoute> value()
Get the value property: A list of effective routes.- Returns:
- the value value.
-
withValue
public EffectiveRouteListResultInner withValue(List<EffectiveRoute> value)
Set the value property: A list of effective routes.- Parameters:
value- the value value to set.- Returns:
- the EffectiveRouteListResultInner object itself.
-
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.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-