public class CampaignsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
CampaignsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
CampaignsAddResponseData |
campaignsAdd(CampaignsAddRequest data)
创建推广计划
|
CampaignsDeleteResponseData |
campaignsDelete(CampaignsDeleteRequest data)
删除推广计划
|
CampaignsGetResponseData |
campaignsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
Boolean isDeleted,
List<String> fields)
获取推广计划
|
CampaignsUpdateResponseData |
campaignsUpdate(CampaignsUpdateRequest data)
更新推广计划
|
CampaignsUpdateConfiguredStatusResponseData |
campaignsUpdateConfiguredStatus(CampaignsUpdateConfiguredStatusRequest data)
更新推广计划状态
|
CampaignsUpdateDailyBudgetResponseData |
campaignsUpdateDailyBudget(CampaignsUpdateDailyBudgetRequest data)
更新推广计划日限额信息
|
handleResponsepublic CampaignsAddResponseData campaignsAdd(CampaignsAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CampaignsDeleteResponseData campaignsDelete(CampaignsDeleteRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CampaignsGetResponseData campaignsGet(Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, Boolean isDeleted, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)filtering - (optional)page - (optional)pageSize - (optional)isDeleted - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CampaignsUpdateResponseData campaignsUpdate(CampaignsUpdateRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CampaignsUpdateConfiguredStatusResponseData campaignsUpdateConfiguredStatus(CampaignsUpdateConfiguredStatusRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic CampaignsUpdateDailyBudgetResponseData campaignsUpdateDailyBudget(CampaignsUpdateDailyBudgetRequest 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.