public class MonitorConfigExpectedStatusCodeRangesItem extends Object
Constructor and Description |
---|
MonitorConfigExpectedStatusCodeRangesItem() |
Modifier and Type | Method and Description |
---|---|
Integer |
max()
Get max status code.
|
Integer |
min()
Get min status code.
|
MonitorConfigExpectedStatusCodeRangesItem |
withMax(Integer max)
Set max status code.
|
MonitorConfigExpectedStatusCodeRangesItem |
withMin(Integer min)
Set min status code.
|
public MonitorConfigExpectedStatusCodeRangesItem()
public Integer min()
public MonitorConfigExpectedStatusCodeRangesItem withMin(Integer min)
min
- the min value to setpublic Integer max()
public MonitorConfigExpectedStatusCodeRangesItem withMax(Integer max)
max
- the max value to setCopyright © 2019. All rights reserved.