public class StayPointRequest extends AbstractRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
StayPointRequest.Point |
static class |
StayPointRequest.Staypoint |
static class |
StayPointRequest.StayPointResponse |
| Constructor and Description |
|---|
StayPointRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordTypeOutput() |
Long |
getEndTime() |
String |
getProcessOption() |
Long |
getStartTime() |
Integer |
getStayRadius() |
Integer |
getStayTime() |
String |
getVehicleId() |
Class |
responseType() |
void |
setCoordTypeOutput(String coordTypeOutput) |
void |
setEndTime(Long endTime) |
void |
setProcessOption(String processOption) |
void |
setStartTime(Long startTime) |
void |
setStayRadius(Integer stayRadius) |
void |
setStayTime(Integer stayTime) |
void |
setVehicleId(String vehicleId) |
public String getVehicleId()
public void setVehicleId(String vehicleId)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public Integer getStayTime()
public void setStayTime(Integer stayTime)
public Integer getStayRadius()
public void setStayRadius(Integer stayRadius)
public String getProcessOption()
public void setProcessOption(String processOption)
public String getCoordTypeOutput()
public void setCoordTypeOutput(String coordTypeOutput)
public Class responseType()
responseType in class AbstractRequestCopyright © 2018. All rights reserved.