PeeringReceivedRouteListResult Class
- java.
lang. Object - com.
azure. resourcemanager. peering. models. PeeringReceivedRouteListResult
- com.
Implements
public final class PeeringReceivedRouteListResult
implements JsonSerializable<PeeringReceivedRouteListResult>
The paginated list of received routes for the peering.
Constructor Summary
| Constructor | Description |
|---|---|
| PeeringReceivedRouteListResult() |
Creates an instance of Peering |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Peering |
fromJson(JsonReader jsonReader)
Reads an instance of Peering |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Peering |
value()
Get the value property: The list of received routes for the peering. |
|
Peering |
withNextLink(String nextLink)
Set the next |
|
Peering |
withValue(List<PeeringReceivedRouteInner> value)
Set the value property: The list of received routes for the peering. |
Methods inherited from java.lang.Object
Constructor Details
PeeringReceivedRouteListResult
public PeeringReceivedRouteListResult()
Creates an instance of PeeringReceivedRouteListResult class.
Method Details
fromJson
public static PeeringReceivedRouteListResult fromJson(JsonReader jsonReader)
Reads an instance of PeeringReceivedRouteListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to fetch the next page of received routes for the peering.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<PeeringReceivedRouteInner> value()
Get the value property: The list of received routes for the peering.
Returns:
withNextLink
public PeeringReceivedRouteListResult withNextLink(String nextLink)
Set the nextLink property: The link to fetch the next page of received routes for the peering.
Parameters:
Returns:
withValue
public PeeringReceivedRouteListResult withValue(List<PeeringReceivedRouteInner> value)
Set the value property: The list of received routes for the peering.
Parameters:
Returns: