Class HttpErrorRangeParameters
java.lang.Object
com.microsoft.azure.management.cdn.HttpErrorRangeParameters
The JSON object that represents the range for http status codes.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HttpErrorRangeParameters
public HttpErrorRangeParameters()
-
-
Method Details
-
begin
Get the inclusive start of the http status code range.- Returns:
- the begin value
-
withBegin
Set the inclusive start of the http status code range.- Parameters:
begin
- the begin value to set- Returns:
- the HttpErrorRangeParameters object itself.
-
end
Get the inclusive end of the http status code range.- Returns:
- the end value
-
withEnd
Set the inclusive end of the http status code range.- Parameters:
end
- the end value to set- Returns:
- the HttpErrorRangeParameters object itself.
-