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

com.alipay.api.response.AnttechAiCvRsTiffQueryResponse 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.tiff.query response.
 * 
 * @author auto create
 * @since 1.0, 2023-12-28 14:41:56
 */
public class AnttechAiCvRsTiffQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 7843962723433132449L;

	/** 
	 * tiff瓦片图像的base64结果
	 */
	@ApiField("tile_result")
	private String tileResult;

	public void setTileResult(String tileResult) {
		this.tileResult = tileResult;
	}
	public String getTileResult( ) {
		return this.tileResult;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy