com.alipay.api.response.AlipayDataDataexchangeSfasdfResponse 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 java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.AlipayItemGoodsList;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.data.dataexchange.sfasdf response.
*
* @author auto create
* @since 1.0, 2016-03-18 20:58:13
*/
public class AlipayDataDataexchangeSfasdfResponse extends AlipayResponse {
private static final long serialVersionUID = 2162497865175299674L;
/**
* dsfagshdj
*/
@ApiListField("azxfghd")
@ApiField("string")
private List azxfghd;
/**
* asghdfsdas阿福故事、
*/
@ApiListField("gfdhsdasafg")
@ApiField("string")
private List gfdhsdasafg;
/**
* fgdhjdsfgh
*/
@ApiListField("gfhjfdsa")
@ApiField("string")
private List gfhjfdsa;
/**
* sdfdhgjfdfsaghjfd
*/
@ApiListField("ghjfdsafgh")
@ApiField("string")
private List ghjfdsafgh;
/**
* sadasff
*/
@ApiField("sdvsdv")
private String sdvsdv;
/**
* hysasd
*/
@ApiListField("wrty")
@ApiField("alipay_item_goods_list")
private List wrty;
public void setAzxfghd(List azxfghd) {
this.azxfghd = azxfghd;
}
public List getAzxfghd( ) {
return this.azxfghd;
}
public void setGfdhsdasafg(List gfdhsdasafg) {
this.gfdhsdasafg = gfdhsdasafg;
}
public List getGfdhsdasafg( ) {
return this.gfdhsdasafg;
}
public void setGfhjfdsa(List gfhjfdsa) {
this.gfhjfdsa = gfhjfdsa;
}
public List getGfhjfdsa( ) {
return this.gfhjfdsa;
}
public void setGhjfdsafgh(List ghjfdsafgh) {
this.ghjfdsafgh = ghjfdsafgh;
}
public List getGhjfdsafgh( ) {
return this.ghjfdsafgh;
}
public void setSdvsdv(String sdvsdv) {
this.sdvsdv = sdvsdv;
}
public String getSdvsdv( ) {
return this.sdvsdv;
}
public void setWrty(List wrty) {
this.wrty = wrty;
}
public List getWrty( ) {
return this.wrty;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy