public class CaClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
CaClient(Credential credential,
String region) |
CaClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
CreateVerifyReportResponse |
CreateVerifyReport(CreateVerifyReportRequest req)
创建签名验证报告任务,此接口为异步盖章接口,盖章时效24小时。
|
DescribeVerifyReportResponse |
DescribeVerifyReport(DescribeVerifyReportRequest req)
下载验签报告url,url有效期默认12小时
|
UploadFileResponse |
UploadFile(UploadFileRequest req)
文件上传接口
|
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, internalRequest, internalRequestRaw, processResponseJson, processResponseSSE, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
public CaClient(Credential credential, String region)
public CaClient(Credential credential, String region, ClientProfile profile)
public CreateVerifyReportResponse CreateVerifyReport(CreateVerifyReportRequest req) throws TencentCloudSDKException
req
- CreateVerifyReportRequestTencentCloudSDKException
public DescribeVerifyReportResponse DescribeVerifyReport(DescribeVerifyReportRequest req) throws TencentCloudSDKException
req
- DescribeVerifyReportRequestTencentCloudSDKException
public UploadFileResponse UploadFile(UploadFileRequest req) throws TencentCloudSDKException
req
- UploadFileRequestTencentCloudSDKException
Copyright © 2024. All rights reserved.