com.alipay.api.response.AlipayOpenAppCodetesttestResponse 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.open.app.codetesttest response.
*
* @author auto create
* @since 1.0, 2017-04-12 20:55:36
*/
public class AlipayOpenAppCodetesttestResponse extends AlipayResponse {
private static final long serialVersionUID = 1864149732875655691L;
/**
* 测试测试测试
*/
@ApiField("testtesttest")
private String testtesttest;
public void setTesttesttest(String testtesttest) {
this.testtesttest = testtesttest;
}
public String getTesttesttest( ) {
return this.testtesttest;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy