
com.alipay.api.response.AlipayEcoEduKtStudentModifyResponse 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.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.eco.edu.kt.student.modify response.
*
* @author auto create
* @since 1.0, 2017-08-18 12:27:08
*/
public class AlipayEcoEduKtStudentModifyResponse extends AlipayResponse {
private static final long serialVersionUID = 7259662146773931167L;
/**
* Y:代表成功;N:代表失败
*/
@ApiField("status")
private String status;
public void setStatus(String status) {
this.status = status;
}
public String getStatus( ) {
return this.status;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy