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, iterator
public BySegmentTopNResultValue(List<Result<TopNResultValue>> results, String segmentId, org.joda.time.Interval interval)
public List<DimensionAndMetricValueExtractor> getValue()
getValue
in class TopNResultValue
public 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 TopNResultValue
Copyright © 2011–2015. All rights reserved.