public class PromotedObjectsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
PromotedObjectsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
PromotedObjectsAddResponseData |
promotedObjectsAdd(PromotedObjectsAddRequest data)
创建推广目标
|
PromotedObjectsGetResponseData |
promotedObjectsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取推广目标
|
PromotedObjectsUpdateResponseData |
promotedObjectsUpdate(PromotedObjectsUpdateRequest data)
更新推广目标
|
handleResponsepublic PromotedObjectsAddResponseData promotedObjectsAdd(PromotedObjectsAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic PromotedObjectsGetResponseData promotedObjectsGet(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 bodyTencentAdsResponseExceptionpublic PromotedObjectsUpdateResponseData promotedObjectsUpdate(PromotedObjectsUpdateRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.