
com.alipay.api.domain.KoubeiMarketingDataBizadviserMemberprofileQueryModel 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-08-25 10:59:20
*/
public class KoubeiMarketingDataBizadviserMemberprofileQueryModel extends AlipayObject {
private static final long serialVersionUID = 1787868465836976784L;
/**
* 会员分层,可传 ALL/4/3/2/1 五个值
传ALL查询所有分层的汇总;
传4查询 流失客层级的;
传3查询 过客层级的;
传2查询 新客层级的;
传1查询 回头客层级的;
*/
@ApiField("member_grade")
private String memberGrade;
public String getMemberGrade() {
return this.memberGrade;
}
public void setMemberGrade(String memberGrade) {
this.memberGrade = memberGrade;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy