
com.alipay.api.domain.KoubeiMarketingDataActivityBillDownloadModel 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.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 营销报表下载
*
* @author auto create
* @since 1.0, 2016-11-11 19:58:38
*/
public class KoubeiMarketingDataActivityBillDownloadModel extends AlipayObject {
private static final long serialVersionUID = 8236867752974985758L;
/**
* 活动id
*/
@ApiField("camp_id")
private String campId;
public String getCampId() {
return this.campId;
}
public void setCampId(String campId) {
this.campId = campId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy