类 GeolocationApi.Response
java.lang.Object
ai.nextbillion.maps.GeolocationApi.Response
- 所有已实现的接口:
ApiResponse<GeolocationResult>
- 封闭类:
- GeolocationApi
public static class GeolocationApi.Response extends java.lang.Object implements ApiResponse<GeolocationResult>
-
字段概要
-
构造器概要
构造器 构造器 说明 Response() -
方法概要
修饰符和类型 方法 说明 ApiExceptiongetError()GeolocationResultgetResult()booleansuccessful()
-
字段详细资料
-
构造器详细资料
-
Response
public Response()
-
-
方法详细资料
-
successful
public boolean successful()- 指定者:
successful在接口中ApiResponse<GeolocationResult>
-
getResult
- 指定者:
getResult在接口中ApiResponse<GeolocationResult>
-
getError
- 指定者:
getError在接口中ApiResponse<GeolocationResult>
-