azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

93 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.PlmnId"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PlmnId"
name: "PlmnId"
nameWithType: "PlmnId"
summary: "Public land mobile network (PLMN) ID."
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 class **PlmnId**"
constructors:
- uid: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.PlmnId()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.PlmnId()"
name: "PlmnId()"
nameWithType: "PlmnId.PlmnId()"
summary: "Creates an instance of Plmn<wbr>Id class."
syntax: "public PlmnId()"
desc: "Creates an instance of PlmnId class."
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.mcc()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.mcc()"
name: "mcc()"
nameWithType: "PlmnId.mcc()"
summary: "Get the mcc property: Mobile country code (MCC)."
syntax: "public String mcc()"
desc: "Get the mcc property: Mobile country code (MCC)."
returns:
description: "the mcc value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.mnc()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.mnc()"
name: "mnc()"
nameWithType: "PlmnId.mnc()"
summary: "Get the mnc property: Mobile network code (MNC)."
syntax: "public String mnc()"
desc: "Get the mnc property: Mobile network code (MNC)."
returns:
description: "the mnc value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.validate()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.validate()"
name: "validate()"
nameWithType: "PlmnId.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.withMcc(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.withMcc(String mcc)"
name: "withMcc(String mcc)"
nameWithType: "PlmnId.withMcc(String mcc)"
summary: "Set the mcc property: Mobile country code (MCC)."
parameters:
- description: "the mcc value to set."
name: "mcc"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PlmnId withMcc(String mcc)"
desc: "Set the mcc property: Mobile country code (MCC)."
returns:
description: "the PlmnId object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PlmnId?alt=com.azure.resourcemanager.mobilenetwork.models.PlmnId&text=PlmnId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.withMnc(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PlmnId.withMnc(String mnc)"
name: "withMnc(String mnc)"
nameWithType: "PlmnId.withMnc(String mnc)"
summary: "Set the mnc property: Mobile network code (MNC)."
parameters:
- description: "the mnc value to set."
name: "mnc"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PlmnId withMnc(String mnc)"
desc: "Set the mnc property: Mobile network code (MNC)."
returns:
description: "the PlmnId object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PlmnId?alt=com.azure.resourcemanager.mobilenetwork.models.PlmnId&text=PlmnId\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Public land mobile network (PLMN) ID. This is made up of the mobile country code and mobile network code, as defined in https://www.itu.int/rec/T-REC-E.212. The values 001-01 and 001-001 can be used for testing and the values 999-99 and 999-999 can be used on internal private networks."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0