public final class HttpErrorRangeParameters extends Object
| Constructor and Description |
|---|
HttpErrorRangeParameters() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
begin()
Get the begin property: The inclusive start of the http status code range.
|
Integer |
end()
Get the end property: The inclusive end of the http status code range.
|
void |
validate()
Validates the instance.
|
HttpErrorRangeParameters |
withBegin(Integer begin)
Set the begin property: The inclusive start of the http status code range.
|
HttpErrorRangeParameters |
withEnd(Integer end)
Set the end property: The inclusive end of the http status code range.
|
public Integer begin()
public HttpErrorRangeParameters withBegin(Integer begin)
begin - the begin value to set.public Integer end()
public HttpErrorRangeParameters withEnd(Integer end)
end - the end value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.