类 ReportClient
- java.lang.Object
-
- com.dss.sdk.api.base.BaseApi
-
- com.dss.sdk.api.client.ReportClient
-
public class ReportClient extends BaseApi
- 作者:
- Fadada
-
-
字段概要
-
从类继承的字段 com.dss.sdk.api.base.BaseApi
clientService
-
-
构造器概要
构造器 构造器 说明 ReportClient(DssClientService clientService)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DssResponse<ReportApplyResponse>apply(ReportApplyRequest req)DssResponse<DssEntityResponse>download(ReportDownloadRequest req)DssResponse<List<ReportQueryResponse>>query(ReportQueryRequest req)
-
-
-
构造器详细资料
-
ReportClient
public ReportClient(DssClientService clientService)
-
-
方法详细资料
-
apply
public DssResponse<ReportApplyResponse> apply(ReportApplyRequest req) throws ApiException
- 抛出:
ApiException
-
query
public DssResponse<List<ReportQueryResponse>> query(ReportQueryRequest req) throws ApiException
- 抛出:
ApiException
-
download
public DssResponse<DssEntityResponse> download(ReportDownloadRequest req) throws ApiException
- 抛出:
ApiException
-
-