public class DateTimeRangeFacetItem extends java.lang.Object implements FacetResultItem
DateTimeRangeFacetResult
).Modifier and Type | Method and Description |
---|---|
int |
getCount()
Number of resources that fall into this range.
|
org.joda.time.DateTime |
getFrom()
The lower endpoint of this range.
|
org.joda.time.DateTime |
getMean()
Arithmetic mean of values that fall into this range.
|
org.joda.time.DateTime |
getTo()
The upper endpoint of this range.
|
java.lang.String |
toString() |
public org.joda.time.DateTime getFrom()
public org.joda.time.DateTime getTo()
public org.joda.time.DateTime getMean()
public int getCount()
public java.lang.String toString()
toString
in class java.lang.Object