com.alipay.api.response.ZhimaMerchantTestPracticeResponse 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.domain.XXXXsdasdasd;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: zhima.merchant.test.practice response.
*
* @author auto create
* @since 1.0, 2016-03-30 10:16:33
*/
public class ZhimaMerchantTestPracticeResponse extends AlipayResponse {
private static final long serialVersionUID = 2215757766379499869L;
/**
* xxxx
*/
@ApiField("dddd")
private XXXXsdasdasd dddd;
/**
* ccc
*/
@ApiField("sss")
private String sss;
public void setDddd(XXXXsdasdasd dddd) {
this.dddd = dddd;
}
public XXXXsdasdasd getDddd( ) {
return this.dddd;
}
public void setSss(String sss) {
this.sss = sss;
}
public String getSss( ) {
return this.sss;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy