HttpErrorRangeParameters Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. HttpErrorRangeParameters
- com.
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. |
Http |
withBegin(Integer begin)
Set the inclusive start of the http status code range. |
Http |
withEnd(Integer end)
Set the inclusive end of the http status code range. |
Methods inherited from java.lang.Object
Constructor Details
HttpErrorRangeParameters
public HttpErrorRangeParameters()
Method Details
begin
public Integer begin()
Get the inclusive start of the http status code range.
Returns:
end
public Integer end()
Get the inclusive end of the http status code range.
Returns:
withBegin
public HttpErrorRangeParameters withBegin(Integer begin)
Set the inclusive start of the http status code range.
Parameters:
Returns:
withEnd
public HttpErrorRangeParameters withEnd(Integer end)
Set the inclusive end of the http status code range.
Parameters:
Returns:
Applies to
Azure SDK for Java