java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.PlmnId

public final class PlmnId extends Object
Public land mobile network (PLMN) ID.
  • Constructor Details

    • PlmnId

      public PlmnId()
  • Method Details

    • mcc

      public String mcc()
      Get the mcc property: Mobile country code (MCC).
      Returns:
      the mcc value.
    • withMcc

      public PlmnId withMcc(String mcc)
      Set the mcc property: Mobile country code (MCC).
      Parameters:
      mcc - the mcc value to set.
      Returns:
      the PlmnId object itself.
    • mnc

      public String mnc()
      Get the mnc property: Mobile network code (MNC).
      Returns:
      the mnc value.
    • withMnc

      public PlmnId withMnc(String mnc)
      Set the mnc property: Mobile network code (MNC).
      Parameters:
      mnc - the mnc value to set.
      Returns:
      the PlmnId object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.