public class AdvertiserApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
AdvertiserApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
AdvertiserAddResponseData |
advertiserAdd(AdvertiserAddRequest data)
添加腾讯广告服务商子客
|
AdvertiserGetResponseData |
advertiserGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
查询腾讯广告广告主信息
|
AdvertiserUpdateResponseData |
advertiserUpdate(AdvertiserUpdateRequest data)
更新腾讯广告广告主信息
|
AdvertiserUpdateDailyBudgetResponseData |
advertiserUpdateDailyBudget(AdvertiserUpdateDailyBudgetRequest data)
更新广告主日限额信息
|
handleResponsepublic AdvertiserAddResponseData advertiserAdd(AdvertiserAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic AdvertiserGetResponseData advertiserGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (optional)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 AdvertiserUpdateResponseData advertiserUpdate(AdvertiserUpdateRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic AdvertiserUpdateDailyBudgetResponseData advertiserUpdateDailyBudget(AdvertiserUpdateDailyBudgetRequest 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.