public class VideosApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
VideosApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
VideosAddResponseData |
videosAdd(Long accountId,
File videoFile,
String signature,
String description,
Long adcreativeTemplateId)
添加视频文件
|
VideosGetResponseData |
videosGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取视频文件
|
handleResponsepublic VideosAddResponseData videosAdd(Long accountId, File videoFile, String signature, String description, Long adcreativeTemplateId) throws ApiException, TencentAdsResponseException
accountId - (required)videoFile - (required)signature - (required)description - (optional)adcreativeTemplateId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic VideosGetResponseData videosGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)filtering - (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.