
com.alipay.api.domain.AlipayKeyanClass 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;
/**
* ceshi moxing
*
* @author auto create
* @since 1.0, 2017-08-01 16:05:41
*/
public class AlipayKeyanClass extends AlipayObject {
private static final long serialVersionUID = 1266868697951293844L;
/**
* 1
*/
@ApiField("user_name")
private String userName;
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy