Class MonitorConfigExpectedStatusCodeRangesItem


  • public final class MonitorConfigExpectedStatusCodeRangesItem
    extends Object
    Min and max value of a status code range.
    • Constructor Detail

      • MonitorConfigExpectedStatusCodeRangesItem

        public MonitorConfigExpectedStatusCodeRangesItem()
    • Method Detail

      • min

        public Integer min()
        Get the min property: Min status code.
        Returns:
        the min value.
      • max

        public Integer max()
        Get the max property: Max status code.
        Returns:
        the max value.
      • validate

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