Class MonitorConfigExpectedStatusCodeRangesItem

java.lang.Object
com.microsoft.azure.management.trafficmanager.MonitorConfigExpectedStatusCodeRangesItem

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

    • MonitorConfigExpectedStatusCodeRangesItem

      public MonitorConfigExpectedStatusCodeRangesItem()
  • Method Details

    • min

      public Integer min()
      Get min status code.
      Returns:
      the min value
    • withMin

      Set min status code.
      Parameters:
      min - the min value to set
      Returns:
      the MonitorConfigExpectedStatusCodeRangesItem object itself.
    • max

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

      Set max status code.
      Parameters:
      max - the max value to set
      Returns:
      the MonitorConfigExpectedStatusCodeRangesItem object itself.