public class CrClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
CrClient(Credential credential,
String region)
构造client
|
CrClient(Credential credential,
String region,
ClientProfile profile)
构造client
|
Modifier and Type | Method and Description |
---|---|
ApplyBlackListResponse |
ApplyBlackList(ApplyBlackListRequest req)
提交黑名单申请。
|
DescribeRecordsResponse |
DescribeRecords(DescribeRecordsRequest req)
查询录音,返回录音列表。
|
DescribeTaskStatusResponse |
DescribeTaskStatus(DescribeTaskStatusRequest req)
客户调用该接口查看任务执行状态。输入任务ID,输出任务执行状态或者结果
|
DownloadReportResponse |
DownloadReport(DownloadReportRequest req)
客户调用该接口下载指定日期的催收报告
|
UploadDataFileResponse |
UploadDataFile(UploadDataFileRequest req)
客户通过调用该接口上传需催收文档或还款文档,接口返回任务ID。
|
UploadFileResponse |
UploadFile(UploadFileRequest req)
客户通过调用该接口上传需催收文档,格式需为excel格式。接口返回任务ID。
|
getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegion
public CrClient(Credential credential, String region)
credential
- 认证信息实例region
- 产品地域public CrClient(Credential credential, String region, ClientProfile profile)
credential
- 认证信息实例region
- 产品地域profile
- 配置实例public ApplyBlackListResponse ApplyBlackList(ApplyBlackListRequest req) throws TencentCloudSDKException
req
- ApplyBlackListRequestTencentCloudSDKException
public DescribeRecordsResponse DescribeRecords(DescribeRecordsRequest req) throws TencentCloudSDKException
req
- DescribeRecordsRequestTencentCloudSDKException
public DescribeTaskStatusResponse DescribeTaskStatus(DescribeTaskStatusRequest req) throws TencentCloudSDKException
req
- DescribeTaskStatusRequestTencentCloudSDKException
public DownloadReportResponse DownloadReport(DownloadReportRequest req) throws TencentCloudSDKException
req
- DownloadReportRequestTencentCloudSDKException
public UploadDataFileResponse UploadDataFile(UploadDataFileRequest req) throws TencentCloudSDKException
req
- UploadDataFileRequestTencentCloudSDKException
public UploadFileResponse UploadFile(UploadFileRequest req) throws TencentCloudSDKException
req
- UploadFileRequestTencentCloudSDKException
Copyright © 2018. All rights reserved.