public class DrivingBehaviorRequest extends AbstractDuGoRequest
| Constructor and Description |
|---|
DrivingBehaviorRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordTypeOutput() |
Long |
getEndTime() |
Double |
getHarshAccelerationThreshold() |
Double |
getHarshBreakingThreshold() |
Double |
getHarshSteeringThreshold() |
String |
getProcessOption() |
Double |
getSpeedingThreshold() |
Long |
getStartTime() |
String |
getVehicleId() |
void |
setCoordTypeOutput(String coordTypeOutput) |
void |
setEndTime(Long endTime) |
void |
setHarshAccelerationThreshold(Double harshAccelerationThreshold) |
void |
setHarshBreakingThreshold(Double harshBreakingThreshold) |
void |
setHarshSteeringThreshold(Double harshSteeringThreshold) |
void |
setProcessOption(String processOption) |
void |
setSpeedingThreshold(Double speedingThreshold) |
void |
setStartTime(Long startTime) |
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 Double getSpeedingThreshold()
public void setSpeedingThreshold(Double speedingThreshold)
public Double getHarshAccelerationThreshold()
public void setHarshAccelerationThreshold(Double harshAccelerationThreshold)
public Double getHarshBreakingThreshold()
public void setHarshBreakingThreshold(Double harshBreakingThreshold)
public Double getHarshSteeringThreshold()
public void setHarshSteeringThreshold(Double harshSteeringThreshold)
public String getProcessOption()
public void setProcessOption(String processOption)
public String getCoordTypeOutput()
public void setCoordTypeOutput(String coordTypeOutput)
Copyright © 2022. All rights reserved.