Class Ambr


  • public final class Ambr
    extends Object
    Aggregate Maximum Bit Rate.
    • Constructor Detail

      • Ambr

        public Ambr()
    • Method Detail

      • 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.