MonitorConfigExpectedStatusCodeRangesItem Class

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

public class MonitorConfigExpectedStatusCodeRangesItem

Min and max value of a status code range.

Constructor Summary

Constructor Description
MonitorConfigExpectedStatusCodeRangesItem()

Method Summary

Modifier and Type Method and Description
java.lang.Integer max()

Get max status code.

java.lang.Integer min()

Get min status code.

MonitorConfigExpectedStatusCodeRangesItem withMax(Integer max)

Set max status code.

MonitorConfigExpectedStatusCodeRangesItem withMin(Integer min)

Set min status code.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MonitorConfigExpectedStatusCodeRangesItem

public MonitorConfigExpectedStatusCodeRangesItem()

Method Details

max

public Integer max()

Get max status code.

Returns:

the max value

min

public Integer min()

Get min status code.

Returns:

the min value

withMax

public MonitorConfigExpectedStatusCodeRangesItem withMax(Integer max)

Set max status code.

Parameters:

max - the max value to set

Returns:

the MonitorConfigExpectedStatusCodeRangesItem object itself.

withMin

public MonitorConfigExpectedStatusCodeRangesItem withMin(Integer min)

Set min status code.

Parameters:

min - the min value to set

Returns:

the MonitorConfigExpectedStatusCodeRangesItem object itself.

Applies to