public class RequestResult extends Object
| Constructor and Description |
|---|
RequestResult(boolean success,
List<Long> eventIds)
Builds a result from a request attempt.
|
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getEventIds() |
boolean |
getSuccess() |