public class SplitTestsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
SplitTestsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
SplitTestsAddResponseData |
splitTestsAdd(SplitTestsAddRequest data)
创建拆分对比实验
|
SplitTestsDeleteResponseData |
splitTestsDelete(SplitTestsDeleteRequest data)
删除拆分对比实验
|
SplitTestsGetResponseData |
splitTestsGet(Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取拆分对比实验
|
SplitTestsUpdateResponseData |
splitTestsUpdate(SplitTestsUpdateRequest data)
更新拆分对比实验
|
handleResponsepublic SplitTestsAddResponseData splitTestsAdd(SplitTestsAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic SplitTestsDeleteResponseData splitTestsDelete(SplitTestsDeleteRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic SplitTestsGetResponseData splitTestsGet(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 SplitTestsUpdateResponseData splitTestsUpdate(SplitTestsUpdateRequest 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.