| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
body(java.lang.String content)
The body of the response returned by Rollbar.
|
Result |
build()
Builds the
result. |
Result.Builder |
code(int code)
The err returned by Rollbar.
|
public Result.Builder code(int code)
code - the err.public Result.Builder body(java.lang.String content)
content - the content.