public class FacetStats extends Object implements Serializable
| Constructor and Description |
|---|
FacetStats() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAvg() |
Float |
getMax() |
Float |
getMin() |
Float |
getSum() |
FacetStats |
setAvg(Float avg) |
FacetStats |
setMax(Float max) |
FacetStats |
setMin(Float min) |
FacetStats |
setSum(Float sum) |
String |
toString() |
public Float getMin()
public FacetStats setMin(Float min)
public Float getMax()
public FacetStats setMax(Float max)
public Float getAvg()
public FacetStats setAvg(Float avg)
public Float getSum()
public FacetStats setSum(Float sum)
Copyright © 2018. All rights reserved.