public static class ServiceModel.ObservationStatistics extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
Count |
Double |
Max |
Double |
Min |
String |
ObservedPropertyId |
Double |
P25 |
Double |
P5 |
Double |
P50 |
Double |
P75 |
Double |
P95 |
String |
SamplingLocationId |
| Constructor and Description |
|---|
ObservationStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
Double |
getMax() |
Double |
getMin() |
String |
getObservedPropertyId() |
Double |
getP25() |
Double |
getP5() |
Double |
getP50() |
Double |
getP75() |
Double |
getP95() |
String |
getSamplingLocationId() |
ServiceModel.ObservationStatistics |
setCount(Integer value) |
ServiceModel.ObservationStatistics |
setMax(Double value) |
ServiceModel.ObservationStatistics |
setMin(Double value) |
ServiceModel.ObservationStatistics |
setObservedPropertyId(String value) |
ServiceModel.ObservationStatistics |
setP25(Double value) |
ServiceModel.ObservationStatistics |
setP5(Double value) |
ServiceModel.ObservationStatistics |
setP50(Double value) |
ServiceModel.ObservationStatistics |
setP75(Double value) |
ServiceModel.ObservationStatistics |
setP95(Double value) |
ServiceModel.ObservationStatistics |
setSamplingLocationId(String value) |
public String SamplingLocationId
public String ObservedPropertyId
public Integer Count
public Double Min
public Double P25
public Double P5
public Double P50
public Double P75
public Double P95
public Double Max
public String getSamplingLocationId()
public ServiceModel.ObservationStatistics setSamplingLocationId(String value)
public String getObservedPropertyId()
public ServiceModel.ObservationStatistics setObservedPropertyId(String value)
public Integer getCount()
public ServiceModel.ObservationStatistics setCount(Integer value)
public Double getMin()
public ServiceModel.ObservationStatistics setMin(Double value)
public Double getP25()
public ServiceModel.ObservationStatistics setP25(Double value)
public Double getP5()
public ServiceModel.ObservationStatistics setP5(Double value)
public Double getP50()
public ServiceModel.ObservationStatistics setP50(Double value)
public Double getP75()
public ServiceModel.ObservationStatistics setP75(Double value)
public Double getP95()
public ServiceModel.ObservationStatistics setP95(Double value)
public Double getMax()
public ServiceModel.ObservationStatistics setMax(Double value)
Copyright © 2022. All rights reserved.