EffectiveRouteListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. EffectiveRouteListResultInner
- com.
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 Effective |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Effective |
fromJson(JsonReader jsonReader)
Reads an instance of Effective |
String |
nextLink()
Get the next |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Effective |
value()
Get the value property: A list of effective routes. |
Effective |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: A list of effective routes.
Returns:
withValue
public EffectiveRouteListResultInner withValue(List
Set the value property: A list of effective routes.
Parameters:
Returns:
Applies to
Azure SDK for Java