Aracılığıyla paylaş


HttpErrorRangeParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.HttpErrorRangeParameters

public class HttpErrorRangeParameters

The JSON object that represents the range for http status codes.

Constructor Summary

Constructor Description
HttpErrorRangeParameters()

Method Summary

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

Get the inclusive start of the http status code range.

java.lang.Integer end()

Get the inclusive end of the http status code range.

HttpErrorRangeParameters withBegin(Integer begin)

Set the inclusive start of the http status code range.

HttpErrorRangeParameters withEnd(Integer end)

Set the inclusive end of the http status code range.

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

HttpErrorRangeParameters

public HttpErrorRangeParameters()

Method Details

begin

public Integer begin()

Get the inclusive start of the http status code range.

Returns:

the begin value

end

public Integer end()

Get the inclusive end of the http status code range.

Returns:

the end value

withBegin

public HttpErrorRangeParameters withBegin(Integer begin)

Set the inclusive start of the http status code range.

Parameters:

begin - the begin value to set

Returns:

the HttpErrorRangeParameters object itself.

withEnd

public HttpErrorRangeParameters withEnd(Integer end)

Set the inclusive end of the http status code range.

Parameters:

end - the end value to set

Returns:

the HttpErrorRangeParameters object itself.

Applies to