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 Summary
Constructors Constructor Description MonitorConfigExpectedStatusCodeRangesItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integermax()Get max status code.Integermin()Get min status code.MonitorConfigExpectedStatusCodeRangesItemwithMax(Integer max)Set max status code.MonitorConfigExpectedStatusCodeRangesItemwithMin(Integer min)Set min status code.
-
-
-
Method Detail
-
min
public Integer min()
Get min status code.- Returns:
- the min value
-
withMin
public MonitorConfigExpectedStatusCodeRangesItem withMin(Integer min)
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
public MonitorConfigExpectedStatusCodeRangesItem withMax(Integer max)
Set max status code.- Parameters:
max- the max value to set- Returns:
- the MonitorConfigExpectedStatusCodeRangesItem object itself.
-
-