com.alipay.api.response.KoubeiMarketingDataActivityReportQueryResponse 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
alipay-sdk project for Spring Project
The newest version!
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.marketing.data.activity.report.query response.
*
* @author auto create
* @since 1.0, 2016-09-20 14:23:46
*/
public class KoubeiMarketingDataActivityReportQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 1371728658433719294L;
/**
* 报表
*/
@ApiField("report_data")
private String reportData;
public void setReportData(String reportData) {
this.reportData = reportData;
}
public String getReportData( ) {
return this.reportData;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy