public class BySegmentResultValueClass<T> extends Object implements BySegmentResultValue<T>
| Constructor and Description |
|---|
BySegmentResultValueClass(List<T> results,
String segmentId,
org.joda.time.Interval interval) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.joda.time.Interval |
getInterval() |
List<T> |
getResults() |
String |
getSegmentId() |
int |
hashCode() |
String |
toString() |
public List<T> getResults()
getResults in interface BySegmentResultValue<T>public String getSegmentId()
getSegmentId in interface BySegmentResultValue<T>public org.joda.time.Interval getInterval()
getInterval in interface BySegmentResultValue<T>Copyright © 2011–2015. All rights reserved.