public class Result extends Object
| Constructor and Description |
|---|
Result(String status,
long duration,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDuration() |
String |
getErrorMessage() |
String |
getStatus() |
void |
setDuration(Long duration) |
void |
setErrorMessage(String errorMessage) |
void |
setStatus(String status) |
Copyright © 2017. All rights reserved.