public class GetTrackRequest extends AbstractRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTrackRequest.GeoInfo |
static class |
GetTrackRequest.GetTrackResponse |
static class |
GetTrackRequest.LocationPoint |
| Constructor and Description |
|---|
GetTrackRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordTypeOutput() |
Long |
getEndTime() |
Integer |
getIsProcessed() |
Integer |
getPageIndex() |
Integer |
getPageSize() |
String |
getProcessOption() |
String |
getSortType() |
Long |
getStartTime() |
String |
getSupplementMode() |
String |
getVehicleId() |
Class |
responseType() |
void |
setCoordTypeOutput(String coordTypeOutput) |
void |
setEndTime(Long endTime) |
void |
setIsProcessed(Integer isProcessed) |
void |
setPageIndex(Integer pageIndex) |
void |
setPageSize(Integer pageSize) |
void |
setProcessOption(String processOption) |
void |
setSortType(String sortType) |
void |
setStartTime(Long startTime) |
void |
setSupplementMode(String supplementMode) |
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 getIsProcessed()
public void setIsProcessed(Integer isProcessed)
public String getProcessOption()
public void setProcessOption(String processOption)
public String getSupplementMode()
public void setSupplementMode(String supplementMode)
public String getCoordTypeOutput()
public void setCoordTypeOutput(String coordTypeOutput)
public String getSortType()
public void setSortType(String sortType)
public Integer getPageIndex()
public void setPageIndex(Integer pageIndex)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Class responseType()
responseType in class AbstractRequestCopyright © 2018. All rights reserved.