Class ApeClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.ape.v20200513.ApeClient
-
public class ApeClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description ApeClient(Credential credential, String region)ApeClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchDescribeOrderCertificateResponseBatchDescribeOrderCertificate(BatchDescribeOrderCertificateRequest req)批量获取授权书下载地址BatchDescribeOrderImageResponseBatchDescribeOrderImage(BatchDescribeOrderImageRequest req)批量获取图片下载地址CreateOrderAndDownloadsResponseCreateOrderAndDownloads(CreateOrderAndDownloadsRequest req)核销图片,获取原图URL地址CreateOrderAndPayResponseCreateOrderAndPay(CreateOrderAndPayRequest req)购买一张图片并且支付DescribeAuthUsersResponseDescribeAuthUsers(DescribeAuthUsersRequest req)分页查询授权人列表DescribeDownloadInfosResponseDescribeDownloadInfos(DescribeDownloadInfosRequest req)获取用户图片下载记录DescribeImageResponseDescribeImage(DescribeImageRequest req)根据ID查询一张图片的详细信息DescribeImagesResponseDescribeImages(DescribeImagesRequest req)根据关键字搜索图片列表-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
ApeClient
public ApeClient(Credential credential, String region)
-
ApeClient
public ApeClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
BatchDescribeOrderCertificate
public BatchDescribeOrderCertificateResponse BatchDescribeOrderCertificate(BatchDescribeOrderCertificateRequest req) throws TencentCloudSDKException
批量获取授权书下载地址- Parameters:
req- BatchDescribeOrderCertificateRequest- Returns:
- BatchDescribeOrderCertificateResponse
- Throws:
TencentCloudSDKException
-
BatchDescribeOrderImage
public BatchDescribeOrderImageResponse BatchDescribeOrderImage(BatchDescribeOrderImageRequest req) throws TencentCloudSDKException
批量获取图片下载地址- Parameters:
req- BatchDescribeOrderImageRequest- Returns:
- BatchDescribeOrderImageResponse
- Throws:
TencentCloudSDKException
-
CreateOrderAndDownloads
public CreateOrderAndDownloadsResponse CreateOrderAndDownloads(CreateOrderAndDownloadsRequest req) throws TencentCloudSDKException
核销图片,获取原图URL地址- Parameters:
req- CreateOrderAndDownloadsRequest- Returns:
- CreateOrderAndDownloadsResponse
- Throws:
TencentCloudSDKException
-
CreateOrderAndPay
public CreateOrderAndPayResponse CreateOrderAndPay(CreateOrderAndPayRequest req) throws TencentCloudSDKException
购买一张图片并且支付- Parameters:
req- CreateOrderAndPayRequest- Returns:
- CreateOrderAndPayResponse
- Throws:
TencentCloudSDKException
-
DescribeAuthUsers
public DescribeAuthUsersResponse DescribeAuthUsers(DescribeAuthUsersRequest req) throws TencentCloudSDKException
分页查询授权人列表- Parameters:
req- DescribeAuthUsersRequest- Returns:
- DescribeAuthUsersResponse
- Throws:
TencentCloudSDKException
-
DescribeDownloadInfos
public DescribeDownloadInfosResponse DescribeDownloadInfos(DescribeDownloadInfosRequest req) throws TencentCloudSDKException
获取用户图片下载记录- Parameters:
req- DescribeDownloadInfosRequest- Returns:
- DescribeDownloadInfosResponse
- Throws:
TencentCloudSDKException
-
DescribeImage
public DescribeImageResponse DescribeImage(DescribeImageRequest req) throws TencentCloudSDKException
根据ID查询一张图片的详细信息- Parameters:
req- DescribeImageRequest- Returns:
- DescribeImageResponse
- Throws:
TencentCloudSDKException
-
DescribeImages
public DescribeImagesResponse DescribeImages(DescribeImagesRequest req) throws TencentCloudSDKException
根据关键字搜索图片列表- Parameters:
req- DescribeImagesRequest- Returns:
- DescribeImagesResponse
- Throws:
TencentCloudSDKException
-
-