79 строки
5.7 KiB
YAML
79 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult"
|
|
name: "RoutingInfoListResult"
|
|
nameWithType: "RoutingInfoListResult"
|
|
summary: "Response for the list routing information API service call."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **RoutingInfoListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.RoutingInfoListResult()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.RoutingInfoListResult()"
|
|
name: "RoutingInfoListResult()"
|
|
nameWithType: "RoutingInfoListResult.RoutingInfoListResult()"
|
|
summary: "Creates an instance of Routing<wbr>Info<wbr>List<wbr>Result class."
|
|
syntax: "public RoutingInfoListResult()"
|
|
desc: "Creates an instance of RoutingInfoListResult class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "RoutingInfoListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: The URL to get the next set of results."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: The URL to get the next set of results."
|
|
returns:
|
|
description: "the nextLink value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RoutingInfoListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.value()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "RoutingInfoListResult.value()"
|
|
summary: "Get the value property: A list of the routing information for the packet core control plane."
|
|
syntax: "public List<RoutingInfoModelInner> value()"
|
|
desc: "Get the value property: A list of the routing information for the packet core control plane."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.RoutingInfoModelInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.RoutingInfoModelInner&text=RoutingInfoModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.withValue(java.util.List<com.azure.resourcemanager.mobilenetwork.fluent.models.RoutingInfoModelInner>)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult.withValue(List<RoutingInfoModelInner> value)"
|
|
name: "withValue(List<RoutingInfoModelInner> value)"
|
|
nameWithType: "RoutingInfoListResult.withValue(List<RoutingInfoModelInner> value)"
|
|
summary: "Set the value property: A list of the routing information for the packet core control plane."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.RoutingInfoModelInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.RoutingInfoModelInner&text=RoutingInfoModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RoutingInfoListResult withValue(List<RoutingInfoModelInner> value)"
|
|
desc: "Set the value property: A list of the routing information for the packet core control plane."
|
|
returns:
|
|
description: "the RoutingInfoListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult?alt=com.azure.resourcemanager.mobilenetwork.models.RoutingInfoListResult&text=RoutingInfoListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Response for the list routing information API service call."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|