类 ImageResult.Response
java.lang.Object
ai.nextbillion.maps.ImageResult.Response
- 所有已实现的接口:
ApiResponse<ImageResult>
- 封闭类:
- ImageResult
public static class ImageResult.Response extends java.lang.Object implements ApiResponse<ImageResult>
ImageResult.Response is a type system hack to enable API endpoints to return a
ImageResult.-
构造器概要
构造器 构造器 说明 Response() -
方法概要
修饰符和类型 方法 说明 ApiExceptiongetError()ImageResultgetResult()booleansuccessful()
-
构造器详细资料
-
Response
public Response()
-
-
方法详细资料
-
successful
public boolean successful()- 指定者:
successful在接口中ApiResponse<ImageResult>
-
getError
- 指定者:
getError在接口中ApiResponse<ImageResult>
-
getResult
- 指定者:
getResult在接口中ApiResponse<ImageResult>
-