public static interface GadgetsHandlerApi.BaseResponse
| Modifier and Type | Method and Description |
|---|---|
GadgetsHandlerApi.Error |
getError()
Error response (optional)
|
Long |
getExpireTimeMs()
The response expiration time (miliseconds since epoch), -1 for no caching
|
Long |
getResponseTimeMs()
The response time (miliseconds since epoch) - usefull for misconfigured client time
|
Uri |
getUrl()
Url of the request, optional (for example for bad url error)
|
Uri getUrl()
GadgetsHandlerApi.Error getError()
Long getExpireTimeMs()
Long getResponseTimeMs()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.