public class GetOccupanciesForPositionsRequest extends Object
| Constructor and Description |
|---|
GetOccupanciesForPositionsRequest() |
GetOccupanciesForPositionsRequest(Timestamp startTimestamp,
Timestamp endTimestamp,
Integer intervalMinutes,
List<org.locationtech.jts.geom.Point> points) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getEndTimestamp() |
Integer |
getIntervalMinutes() |
List<org.locationtech.jts.geom.Point> |
getPoints() |
Timestamp |
getStartTimestamp() |
void |
setEndTimestamp(Timestamp endTimestamp) |
void |
setIntervalMinutes(Integer intervalMinutes) |
void |
setPoints(List<org.locationtech.jts.geom.Point> points) |
void |
setStartTimestamp(Timestamp startTimestamp) |
String |
toString() |
public Timestamp getStartTimestamp()
public void setStartTimestamp(Timestamp startTimestamp)
public Timestamp getEndTimestamp()
public void setEndTimestamp(Timestamp endTimestamp)
public Integer getIntervalMinutes()
public void setIntervalMinutes(Integer intervalMinutes)
public List<org.locationtech.jts.geom.Point> getPoints()
public void setPoints(List<org.locationtech.jts.geom.Point> points)
Copyright © 2019. All rights reserved.