All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.domain.AlipayDataDataexchangeSfasdfModel Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.domain;

import java.util.List;

import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;

/**
 * 1232456374
 *
 * @author auto create
 * @since 1.0, 2016-03-18 20:58:13
 */
public class AlipayDataDataexchangeSfasdfModel extends AlipayObject {

	private static final long serialVersionUID = 8821423856378698874L;

	/**
	 * sdafsdfsaf
	 */
	@ApiField("adsfghjf")
	private AlipayItemVoucherTemplete adsfghjf;

	/**
	 * ghjffdssfghj
	 */
	@ApiListField("easadasfd")
	@ApiField("string")
	private List easadasfd;

	/**
	 * dsfghdsagfhd
	 */
	@ApiListField("gdfsa")
	@ApiField("string")
	private List gdfsa;

	/**
	 * ghjkhg
	 */
	@ApiField("hjgdfs")
	private String hjgdfs;

	/**
	 * sdgfjhkg
	 */
	@ApiListField("sdfgsdfg")
	@ApiField("string")
	private List sdfgsdfg;

	/**
	 * ASGFDGASaaf
	 */
	@ApiListField("wehtegf")
	@ApiField("string")
	private List wehtegf;

	public AlipayItemVoucherTemplete getAdsfghjf() {
		return this.adsfghjf;
	}
	public void setAdsfghjf(AlipayItemVoucherTemplete adsfghjf) {
		this.adsfghjf = adsfghjf;
	}

	public List getEasadasfd() {
		return this.easadasfd;
	}
	public void setEasadasfd(List easadasfd) {
		this.easadasfd = easadasfd;
	}

	public List getGdfsa() {
		return this.gdfsa;
	}
	public void setGdfsa(List gdfsa) {
		this.gdfsa = gdfsa;
	}

	public String getHjgdfs() {
		return this.hjgdfs;
	}
	public void setHjgdfs(String hjgdfs) {
		this.hjgdfs = hjgdfs;
	}

	public List getSdfgsdfg() {
		return this.sdfgsdfg;
	}
	public void setSdfgsdfg(List sdfgsdfg) {
		this.sdfgsdfg = sdfgsdfg;
	}

	public List getWehtegf() {
		return this.wehtegf;
	}
	public void setWehtegf(List wehtegf) {
		this.wehtegf = wehtegf;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy