
com.alipay.api.domain.AlipayHighValueCustomerResult 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-10-26 17:43:41
*/
public class AlipayHighValueCustomerResult extends AlipayObject {
private static final long serialVersionUID = 5862548415947755983L;
/**
* Z0-Z7
*/
@ApiField("level")
private String level;
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy