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

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

package com.alipay.api.domain;

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

/**
 * max遥感工作台预测结果获取服务
 *
 * @author auto create
 * @since 1.0, 2023-01-05 14:41:31
 */
public class AnttechAiCvRsResultGetModel extends AlipayObject {

	private static final long serialVersionUID = 7851289764531536542L;

	/**
	 * 要查询预测数据的围栏经纬度信息
	 */
	@ApiField("geo")
	private String geo;

	public String getGeo() {
		return this.geo;
	}
	public void setGeo(String geo) {
		this.geo = geo;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy