165 строки
12 KiB
YAML
165 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties"
|
|
name: "UeInfo5GProperties"
|
|
nameWithType: "UeInfo5GProperties"
|
|
summary: "UE Information properties for 5G."
|
|
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 **UeInfo5GProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.UeInfo5GProperties()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.UeInfo5GProperties()"
|
|
name: "UeInfo5GProperties()"
|
|
nameWithType: "UeInfo5GProperties.UeInfo5GProperties()"
|
|
summary: "Creates an instance of Ue<wbr>Info5GProperties class."
|
|
syntax: "public UeInfo5GProperties()"
|
|
desc: "Creates an instance of UeInfo5GProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.connectionInfo()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.connectionInfo()"
|
|
name: "connectionInfo()"
|
|
nameWithType: "UeInfo5GProperties.connectionInfo()"
|
|
summary: "Get the connection<wbr>Info property: UE Connection Info for 5G."
|
|
syntax: "public UeConnectionInfo5G connectionInfo()"
|
|
desc: "Get the connectionInfo property: UE Connection Info for 5G."
|
|
returns:
|
|
description: "the connectionInfo value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeConnectionInfo5G?alt=com.azure.resourcemanager.mobilenetwork.models.UeConnectionInfo5G&text=UeConnectionInfo5G\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.fivegGuti()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.fivegGuti()"
|
|
name: "fivegGuti()"
|
|
nameWithType: "UeInfo5GProperties.fivegGuti()"
|
|
summary: "Get the fiveg<wbr>Guti property: 5G GUTI."
|
|
syntax: "public Guti5G fivegGuti()"
|
|
desc: "Get the fivegGuti property: 5G GUTI."
|
|
returns:
|
|
description: "the fivegGuti value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Guti5G?alt=com.azure.resourcemanager.mobilenetwork.models.Guti5G&text=Guti5G\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.pei()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.pei()"
|
|
name: "pei()"
|
|
nameWithType: "UeInfo5GProperties.pei()"
|
|
summary: "Get the pei property: Permanent Equipment Identifier."
|
|
syntax: "public String pei()"
|
|
desc: "Get the pei property: Permanent Equipment Identifier."
|
|
returns:
|
|
description: "the pei value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.sessionInfo()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.sessionInfo()"
|
|
name: "sessionInfo()"
|
|
nameWithType: "UeInfo5GProperties.sessionInfo()"
|
|
summary: "Get the session<wbr>Info property: The session<wbr>Info property."
|
|
syntax: "public List<UeSessionInfo5G> sessionInfo()"
|
|
desc: "Get the sessionInfo property: The sessionInfo property."
|
|
returns:
|
|
description: "the sessionInfo value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeSessionInfo5G?alt=com.azure.resourcemanager.mobilenetwork.models.UeSessionInfo5G&text=UeSessionInfo5G\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.supi()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.supi()"
|
|
name: "supi()"
|
|
nameWithType: "UeInfo5GProperties.supi()"
|
|
summary: "Get the supi property: Subscription Permanent Identifier."
|
|
syntax: "public String supi()"
|
|
desc: "Get the supi property: Subscription Permanent Identifier."
|
|
returns:
|
|
description: "the supi value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "UeInfo5GProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withConnectionInfo(com.azure.resourcemanager.mobilenetwork.models.UeConnectionInfo5G)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withConnectionInfo(UeConnectionInfo5G connectionInfo)"
|
|
name: "withConnectionInfo(UeConnectionInfo5G connectionInfo)"
|
|
nameWithType: "UeInfo5GProperties.withConnectionInfo(UeConnectionInfo5G connectionInfo)"
|
|
summary: "Set the connection<wbr>Info property: UE Connection Info for 5G."
|
|
parameters:
|
|
- description: "the connectionInfo value to set."
|
|
name: "connectionInfo"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeConnectionInfo5G?alt=com.azure.resourcemanager.mobilenetwork.models.UeConnectionInfo5G&text=UeConnectionInfo5G\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UeInfo5GProperties withConnectionInfo(UeConnectionInfo5G connectionInfo)"
|
|
desc: "Set the connectionInfo property: UE Connection Info for 5G."
|
|
returns:
|
|
description: "the UeInfo5GProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties?alt=com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties&text=UeInfo5GProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withFivegGuti(com.azure.resourcemanager.mobilenetwork.models.Guti5G)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withFivegGuti(Guti5G fivegGuti)"
|
|
name: "withFivegGuti(Guti5G fivegGuti)"
|
|
nameWithType: "UeInfo5GProperties.withFivegGuti(Guti5G fivegGuti)"
|
|
summary: "Set the fiveg<wbr>Guti property: 5G GUTI."
|
|
parameters:
|
|
- description: "the fivegGuti value to set."
|
|
name: "fivegGuti"
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Guti5G?alt=com.azure.resourcemanager.mobilenetwork.models.Guti5G&text=Guti5G\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UeInfo5GProperties withFivegGuti(Guti5G fivegGuti)"
|
|
desc: "Set the fivegGuti property: 5G GUTI."
|
|
returns:
|
|
description: "the UeInfo5GProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties?alt=com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties&text=UeInfo5GProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withPei(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withPei(String pei)"
|
|
name: "withPei(String pei)"
|
|
nameWithType: "UeInfo5GProperties.withPei(String pei)"
|
|
summary: "Set the pei property: Permanent Equipment Identifier."
|
|
parameters:
|
|
- description: "the pei value to set."
|
|
name: "pei"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UeInfo5GProperties withPei(String pei)"
|
|
desc: "Set the pei property: Permanent Equipment Identifier."
|
|
returns:
|
|
description: "the UeInfo5GProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties?alt=com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties&text=UeInfo5GProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withSessionInfo(java.util.List<com.azure.resourcemanager.mobilenetwork.models.UeSessionInfo5G>)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withSessionInfo(List<UeSessionInfo5G> sessionInfo)"
|
|
name: "withSessionInfo(List<UeSessionInfo5G> sessionInfo)"
|
|
nameWithType: "UeInfo5GProperties.withSessionInfo(List<UeSessionInfo5G> sessionInfo)"
|
|
summary: "Set the session<wbr>Info property: The session<wbr>Info property."
|
|
parameters:
|
|
- description: "the sessionInfo value to set."
|
|
name: "sessionInfo"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeSessionInfo5G?alt=com.azure.resourcemanager.mobilenetwork.models.UeSessionInfo5G&text=UeSessionInfo5G\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public UeInfo5GProperties withSessionInfo(List<UeSessionInfo5G> sessionInfo)"
|
|
desc: "Set the sessionInfo property: The sessionInfo property."
|
|
returns:
|
|
description: "the UeInfo5GProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties?alt=com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties&text=UeInfo5GProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withSupi(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties.withSupi(String supi)"
|
|
name: "withSupi(String supi)"
|
|
nameWithType: "UeInfo5GProperties.withSupi(String supi)"
|
|
summary: "Set the supi property: Subscription Permanent Identifier."
|
|
parameters:
|
|
- description: "the supi value to set."
|
|
name: "supi"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public UeInfo5GProperties withSupi(String supi)"
|
|
desc: "Set the supi property: Subscription Permanent Identifier."
|
|
returns:
|
|
description: "the UeInfo5GProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties?alt=com.azure.resourcemanager.mobilenetwork.models.UeInfo5GProperties&text=UeInfo5GProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "UE Information properties for 5G."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|