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

public final class Ambr extends Object
Aggregate maximum bit rate.
  • Constructor Details

    • Ambr

      public Ambr()
  • Method Details

    • uplink

      public String uplink()
      Get the uplink property: Uplink bit rate.
      Returns:
      the uplink value.
    • withUplink

      public Ambr withUplink(String uplink)
      Set the uplink property: Uplink bit rate.
      Parameters:
      uplink - the uplink value to set.
      Returns:
      the Ambr object itself.
    • downlink

      public String downlink()
      Get the downlink property: Downlink bit rate.
      Returns:
      the downlink value.
    • withDownlink

      public Ambr withDownlink(String downlink)
      Set the downlink property: Downlink bit rate.
      Parameters:
      downlink - the downlink value to set.
      Returns:
      the Ambr object itself.
    • validate

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