public class BySegmentTopNResultValue extends TopNResultValue implements BySegmentResultValue<Result<TopNResultValue>>
| Constructor and Description |
|---|
BySegmentTopNResultValue(List<Result<TopNResultValue>> results,
String segmentId,
org.joda.time.Interval interval) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Interval |
getInterval() |
List<Result<TopNResultValue>> |
getResults() |
String |
getSegmentId() |
List<DimensionAndMetricValueExtractor> |
getValue() |
String |
toString() |
equals, hashCode, iteratorpublic BySegmentTopNResultValue(List<Result<TopNResultValue>> results, String segmentId, org.joda.time.Interval interval)
public List<DimensionAndMetricValueExtractor> getValue()
getValue in class TopNResultValuepublic List<Result<TopNResultValue>> getResults()
getResults in interface BySegmentResultValue<Result<TopNResultValue>>public String getSegmentId()
getSegmentId in interface BySegmentResultValue<Result<TopNResultValue>>public org.joda.time.Interval getInterval()
getInterval in interface BySegmentResultValue<Result<TopNResultValue>>public String toString()
toString in class TopNResultValueCopyright © 2011–2015. All rights reserved.