
com.alipay.api.response.KoubeiMarketingDataCustomreportBatchqueryResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.CustomReportCondition;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.marketing.data.customreport.batchquery response.
*
* @author auto create
* @since 1.0, 2016-11-17 11:57:57
*/
public class KoubeiMarketingDataCustomreportBatchqueryResponse extends AlipayResponse {
private static final long serialVersionUID = 2193698532939748874L;
/**
* 分页输出自定义开放数据规则列表
*/
@ApiListField("report_condition_list")
@ApiField("custom_report_condition")
private List reportConditionList;
public void setReportConditionList(List reportConditionList) {
this.reportConditionList = reportConditionList;
}
public List getReportConditionList( ) {
return this.reportConditionList;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy