com.alipay.api.domain.AlipayZmScoreZrankResult 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.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 AlipayZmScoreZrankResult extends AlipayObject {
private static final long serialVersionUID = 4329736888386269741L;
/**
* 芝麻分分段 Z0-Z7
*/
@ApiField("zrank")
private String zrank;
public String getZrank() {
return this.zrank;
}
public void setZrank(String zrank) {
this.zrank = zrank;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy