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

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

package com.alipay.api.domain;

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

/**
 * 21
 *
 * @author auto create
 * @since 1.0, 2019-03-08 11:08:54
 */
public class AlipayOpenAuthUnifygwtestQueryModel extends AlipayObject {

	private static final long serialVersionUID = 5594414726439121978L;

	/**
	 * 1
	 */
	@ApiField("str")
	private String str;

	public String getStr() {
		return this.str;
	}
	public void setStr(String str) {
		this.str = str;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy