public class MetaResponse extends Object
| Constructor and Description |
|---|
MetaResponse() |
MetaResponse(double duration,
int responseCode) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDuration() |
int |
getResponseCode()
Return the HTTP response code from the previous call.
|
void |
setDuration(double duration) |
void |
setResponseCode(int responseCode) |
Copyright © 2017. All rights reserved.