public class DivaAnalysisGetResponse extends Object
| Constructor and Description |
|---|
DivaAnalysisGetResponse(String identifier,
Double vmin,
Double vmax,
Integer stat_obs_count_used,
Double stat_posteriori_stn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
Integer |
getStat_obs_count_used() |
Double |
getStat_posteriori_stn() |
Double |
getVmax() |
Double |
getVmin() |
void |
setIdentifier(String id) |
void |
setStat_obs_count_used(Integer stat_obs_count_used) |
void |
setStat_posteriori_stn(Double stat_posteriori_stn) |
void |
setVmax(Double vmax) |
void |
setVmin(Double vmin) |
String |
toString() |
public String getIdentifier()
public void setIdentifier(String id)
public Double getVmin()
public void setVmin(Double vmin)
public Double getVmax()
public void setVmax(Double vmax)
public Integer getStat_obs_count_used()
public void setStat_obs_count_used(Integer stat_obs_count_used)
public Double getStat_posteriori_stn()
public void setStat_posteriori_stn(Double stat_posteriori_stn)
Copyright © 2015. All Rights Reserved.