com.alipay.api.response.AlipayZdatafrontDatatransferedSendResponse 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.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.zdatafront.datatransfered.send response.
*
* @author auto create
* @since 1.0, 2017-05-18 11:27:33
*/
public class AlipayZdatafrontDatatransferedSendResponse extends AlipayResponse {
private static final long serialVersionUID = 7325555148326421857L;
/**
* 表示数据传输是否成功
*/
@ApiField("success")
private String success;
public void setSuccess(String success) {
this.success = success;
}
public String getSuccess( ) {
return this.success;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy