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

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

package com.alipay.api.response;

import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.CropsGrowthInfo;
import com.alipay.api.domain.AgWeatherMonthlyStats;
import com.alipay.api.domain.CropsSoilMoistureInfo;
import com.alipay.api.domain.AgWeatherDisasterHistory;
import com.alipay.api.domain.AgWeatherDisasterInfo;
import com.alipay.api.domain.AgWeatherForecastInfo;
import com.alipay.api.domain.AgWeatherWeeklyStats;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: anttech.blockchain.defin.dataservice.cropdetail.query response.
 * 
 * @author auto create
 * @since 1.0, 2023-08-21 02:20:31
 */
public class AnttechBlockchainDefinDataserviceCropdetailQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 1423535433368883369L;

	/** 
	 * 长势检测10期数据,product_code=1002返回
	 */
	@ApiListField("growth_infos")
	@ApiField("crops_growth_info")
	private List growthInfos;

	/** 
	 * 气象历史12月信息,product_type=1010返回
	 */
	@ApiListField("month_weather_infos")
	@ApiField("ag_weather_monthly_stats")
	private List monthWeatherInfos;

	/** 
	 * 土壤墒情七天预测,product_code=1005返回
	 */
	@ApiListField("soil_moisture_infos")
	@ApiField("crops_soil_moisture_info")
	private List soilMoistureInfos;

	/** 
	 * 气象灾害历史信息,product_type=1011返回
	 */
	@ApiField("weather_disaster_history")
	private AgWeatherDisasterHistory weatherDisasterHistory;

	/** 
	 * 气象灾害7天预测,product_code=1006返回
	 */
	@ApiListField("weather_disaster_infos")
	@ApiField("ag_weather_disaster_info")
	private List weatherDisasterInfos;

	/** 
	 * 农业气象7天预测,product_code=1007返回
	 */
	@ApiListField("weather_forecast_infos")
	@ApiField("ag_weather_forecast_info")
	private List weatherForecastInfos;

	/** 
	 * 气象历史50周信息,product_type=1008返回
	 */
	@ApiListField("week_weather_infos")
	@ApiField("ag_weather_weekly_stats")
	private List weekWeatherInfos;

	public void setGrowthInfos(List growthInfos) {
		this.growthInfos = growthInfos;
	}
	public List getGrowthInfos( ) {
		return this.growthInfos;
	}

	public void setMonthWeatherInfos(List monthWeatherInfos) {
		this.monthWeatherInfos = monthWeatherInfos;
	}
	public List getMonthWeatherInfos( ) {
		return this.monthWeatherInfos;
	}

	public void setSoilMoistureInfos(List soilMoistureInfos) {
		this.soilMoistureInfos = soilMoistureInfos;
	}
	public List getSoilMoistureInfos( ) {
		return this.soilMoistureInfos;
	}

	public void setWeatherDisasterHistory(AgWeatherDisasterHistory weatherDisasterHistory) {
		this.weatherDisasterHistory = weatherDisasterHistory;
	}
	public AgWeatherDisasterHistory getWeatherDisasterHistory( ) {
		return this.weatherDisasterHistory;
	}

	public void setWeatherDisasterInfos(List weatherDisasterInfos) {
		this.weatherDisasterInfos = weatherDisasterInfos;
	}
	public List getWeatherDisasterInfos( ) {
		return this.weatherDisasterInfos;
	}

	public void setWeatherForecastInfos(List weatherForecastInfos) {
		this.weatherForecastInfos = weatherForecastInfos;
	}
	public List getWeatherForecastInfos( ) {
		return this.weatherForecastInfos;
	}

	public void setWeekWeatherInfos(List weekWeatherInfos) {
		this.weekWeatherInfos = weekWeatherInfos;
	}
	public List getWeekWeatherInfos( ) {
		return this.weekWeatherInfos;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy