public class AmeClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
AmeClient(Credential credential,
String region) |
AmeClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
DescribeItemByIdResponse |
DescribeItemById(DescribeItemByIdRequest req)
根据歌曲ID查询歌曲信息
|
DescribeItemsResponse |
DescribeItems(DescribeItemsRequest req)
分类内容下歌曲列表获取,根据CategoryID或CategoryCode
|
DescribeLyricResponse |
DescribeLyric(DescribeLyricRequest req)
根据接口的模式及歌曲ID来取得歌词信息。
|
DescribeMusicResponse |
DescribeMusic(DescribeMusicRequest req)
根据接口的模式及歌曲ID来取得对应权限的歌曲播放地址等信息。
|
DescribeStationsResponse |
DescribeStations(DescribeStationsRequest req)
获取素材库列表时使用
|
ReportDataResponse |
ReportData(ReportDataRequest req)
客户上报用户数据功能,为了更好的为用户提供优质服务
|
call, getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegion
public AmeClient(Credential credential, String region)
public AmeClient(Credential credential, String region, ClientProfile profile)
public DescribeItemByIdResponse DescribeItemById(DescribeItemByIdRequest req) throws TencentCloudSDKException
req
- DescribeItemByIdRequestTencentCloudSDKException
public DescribeItemsResponse DescribeItems(DescribeItemsRequest req) throws TencentCloudSDKException
req
- DescribeItemsRequestTencentCloudSDKException
public DescribeLyricResponse DescribeLyric(DescribeLyricRequest req) throws TencentCloudSDKException
req
- DescribeLyricRequestTencentCloudSDKException
public DescribeMusicResponse DescribeMusic(DescribeMusicRequest req) throws TencentCloudSDKException
req
- DescribeMusicRequestTencentCloudSDKException
public DescribeStationsResponse DescribeStations(DescribeStationsRequest req) throws TencentCloudSDKException
req
- DescribeStationsRequestTencentCloudSDKException
public ReportDataResponse ReportData(ReportDataRequest req) throws TencentCloudSDKException
req
- ReportDataRequestTencentCloudSDKException
Copyright © 2020. All rights reserved.