93 строки
4.9 KiB
YAML
93 строки
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mobilenetwork.models.MmeId"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.MmeId"
|
|
name: "MmeId"
|
|
nameWithType: "MmeId"
|
|
summary: "MME identifier."
|
|
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 **MmeId**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.MmeId.MmeId()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.MmeId.MmeId()"
|
|
name: "MmeId()"
|
|
nameWithType: "MmeId.MmeId()"
|
|
summary: "Creates an instance of Mme<wbr>Id class."
|
|
syntax: "public MmeId()"
|
|
desc: "Creates an instance of MmeId class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.MmeId.code()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.MmeId.code()"
|
|
name: "code()"
|
|
nameWithType: "MmeId.code()"
|
|
summary: "Get the code property: MME code."
|
|
syntax: "public int code()"
|
|
desc: "Get the code property: MME code."
|
|
returns:
|
|
description: "the code value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.MmeId.groupId()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.MmeId.groupId()"
|
|
name: "groupId()"
|
|
nameWithType: "MmeId.groupId()"
|
|
summary: "Get the group<wbr>Id property: MME group identifier."
|
|
syntax: "public int groupId()"
|
|
desc: "Get the groupId property: MME group identifier."
|
|
returns:
|
|
description: "the groupId value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.MmeId.validate()"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.MmeId.validate()"
|
|
name: "validate()"
|
|
nameWithType: "MmeId.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.MmeId.withCode(int)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.MmeId.withCode(int code)"
|
|
name: "withCode(int code)"
|
|
nameWithType: "MmeId.withCode(int code)"
|
|
summary: "Set the code property: MME code."
|
|
parameters:
|
|
- description: "the code value to set."
|
|
name: "code"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MmeId withCode(int code)"
|
|
desc: "Set the code property: MME code."
|
|
returns:
|
|
description: "the MmeId object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.MmeId?alt=com.azure.resourcemanager.mobilenetwork.models.MmeId&text=MmeId\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mobilenetwork.models.MmeId.withGroupId(int)"
|
|
fullName: "com.azure.resourcemanager.mobilenetwork.models.MmeId.withGroupId(int groupId)"
|
|
name: "withGroupId(int groupId)"
|
|
nameWithType: "MmeId.withGroupId(int groupId)"
|
|
summary: "Set the group<wbr>Id property: MME group identifier."
|
|
parameters:
|
|
- description: "the groupId value to set."
|
|
name: "groupId"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MmeId withGroupId(int groupId)"
|
|
desc: "Set the groupId property: MME group identifier."
|
|
returns:
|
|
description: "the MmeId object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.MmeId?alt=com.azure.resourcemanager.mobilenetwork.models.MmeId&text=MmeId\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "MME identifier."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mobilenetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0
|