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

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

package com.alipay.api.domain;

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

/**
 * dwdheuidh
 *
 * @author auto create
 * @since 1.0, 2024-04-19 16:46:21
 */
public class SsdataDataserviceTestaaaSendModel extends AlipayObject {

	private static final long serialVersionUID = 2877225911495574386L;

	/**
	 * desc111
	 */
	@ApiField("body_a")
	private DumTestFFAA bodyA;

	/**
	 * 座机号码
	 */
	@ApiField("tes_1")
	private String tes1;

	/**
	 * 222
	 */
	@ApiField("test_2")
	private String test2;

	public DumTestFFAA getBodyA() {
		return this.bodyA;
	}
	public void setBodyA(DumTestFFAA bodyA) {
		this.bodyA = bodyA;
	}

	public String getTes1() {
		return this.tes1;
	}
	public void setTes1(String tes1) {
		this.tes1 = tes1;
	}

	public String getTest2() {
		return this.test2;
	}
	public void setTest2(String test2) {
		this.test2 = test2;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy