public class TimeGroupResult extends GroupResult
Constructor and Description |
---|
TimeGroupResult(RelativeTime rangeSize,
int groupCount,
GroupingNumber group) |
Modifier and Type | Method and Description |
---|---|
GroupingNumber |
getGroup()
How the results were group.
|
int |
getGroupCount()
Number of groups.
|
RelativeTime |
getRangeSize()
The size of each range for the group.
|
getName
public TimeGroupResult(RelativeTime rangeSize, int groupCount, GroupingNumber group)
public RelativeTime getRangeSize()
public int getGroupCount()
public GroupingNumber getGroup()
Copyright © 2014. All rights reserved.