Class MonitorConfigExpectedStatusCodeRangesItem


  • public 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 min status code.
        Returns:
        the min value
      • max

        public Integer max()
        Get max status code.
        Returns:
        the max value