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

com.alipay.api.response.AnttechAiCvRsVectorQueryResponse Maven / Gradle / Ivy

package com.alipay.api.response;

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

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: anttech.ai.cv.rs.vector.query response.
 * 
 * @author auto create
 * @since 1.0, 2023-12-28 14:41:56
 */
public class AnttechAiCvRsVectorQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 7419577636739284217L;

	/** 
	 * 碳汇地块信息
	 */
	@ApiField("vector_result")
	private String vectorResult;

	public void setVectorResult(String vectorResult) {
		this.vectorResult = vectorResult;
	}
	public String getVectorResult( ) {
		return this.vectorResult;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy