| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Response |
build()
Builds the
response. |
Response.Builder |
result(Result result)
The Rollbar result.
|
Response.Builder |
status(int status)
The status code of the response.
|
public Response.Builder status(int status)
status - the status.public Response.Builder result(Result result)
result - the result.