Class DivaAnalysisGetResponse
- java.lang.Object
-
- org.gcube.dataanalysis.seadatanet.DivaAnalysisGetResponse
-
public class DivaAnalysisGetResponse extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()IntegergetStat_obs_count_used()DoublegetStat_posteriori_stn()DoublegetVmax()DoublegetVmin()voidsetIdentifier(String id)voidsetStat_obs_count_used(Integer stat_obs_count_used)voidsetStat_posteriori_stn(Double stat_posteriori_stn)voidsetVmax(Double vmax)voidsetVmin(Double vmin)StringtoString()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String id)
-
getVmin
public Double getVmin()
-
setVmin
public void setVmin(Double vmin)
-
getVmax
public Double getVmax()
-
setVmax
public void setVmax(Double vmax)
-
getStat_obs_count_used
public Integer getStat_obs_count_used()
-
setStat_obs_count_used
public void setStat_obs_count_used(Integer stat_obs_count_used)
-
getStat_posteriori_stn
public Double getStat_posteriori_stn()
-
setStat_posteriori_stn
public void setStat_posteriori_stn(Double stat_posteriori_stn)
-
-