
com.alipay.api.domain.KoubeiMarketingDataMemberReportQueryModel 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, 2017-06-23 09:40:18
*/
public class KoubeiMarketingDataMemberReportQueryModel extends AlipayObject {
private static final long serialVersionUID = 2228566487645182759L;
/**
* 查询报表数据的业务日期,精确到天,格式为yyyymmdd,数据按天返回
*/
@ApiField("biz_date")
private String bizDate;
public String getBizDate() {
return this.bizDate;
}
public void setBizDate(String bizDate) {
this.bizDate = bizDate;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy