public static class SpatioTemporalAggregateQuery.TimeRange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
end
End time (exclusive)
|
long |
start
Start time (inclusive)
|
| Constructor and Description |
|---|
SpatioTemporalAggregateQuery.TimeRange(long start,
long end) |
SpatioTemporalAggregateQuery.TimeRange(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public long start
public long end