Class QosIpRange


  • public final class QosIpRange
    extends Object
    Qos Traffic Profiler IP Range properties.
    • Constructor Detail

      • QosIpRange

        public QosIpRange()
    • Method Detail

      • startIp

        public String startIp()
        Get the startIp property: Start IP Address.
        Returns:
        the startIp value.
      • withStartIp

        public QosIpRange withStartIp​(String startIp)
        Set the startIp property: Start IP Address.
        Parameters:
        startIp - the startIp value to set.
        Returns:
        the QosIpRange object itself.
      • endIp

        public String endIp()
        Get the endIp property: End IP Address.
        Returns:
        the endIp value.
      • withEndIp

        public QosIpRange withEndIp​(String endIp)
        Set the endIp property: End IP Address.
        Parameters:
        endIp - the endIp value to set.
        Returns:
        the QosIpRange object itself.
      • validate

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