类 DrivingBehaviorRequest
- java.lang.Object
-
- com.baidubce.services.dugo.AbstractDuGoRequest
-
- com.baidubce.services.dugo.map.DrivingBehaviorRequest
-
public class DrivingBehaviorRequest extends AbstractDuGoRequest
get the vehicle driving behavior Created by liuzhenxing01 on 2018/10/22.
-
-
构造器概要
构造器 构造器 说明 DrivingBehaviorRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCoordTypeOutput()LonggetEndTime()DoublegetHarshAccelerationThreshold()DoublegetHarshBreakingThreshold()DoublegetHarshSteeringThreshold()StringgetProcessOption()DoublegetSpeedingThreshold()LonggetStartTime()StringgetVehicleId()voidsetCoordTypeOutput(String coordTypeOutput)voidsetEndTime(Long endTime)voidsetHarshAccelerationThreshold(Double harshAccelerationThreshold)voidsetHarshBreakingThreshold(Double harshBreakingThreshold)voidsetHarshSteeringThreshold(Double harshSteeringThreshold)voidsetProcessOption(String processOption)voidsetSpeedingThreshold(Double speedingThreshold)voidsetStartTime(Long startTime)voidsetVehicleId(String vehicleId)
-
-
-
方法详细资料
-
getVehicleId
public String getVehicleId()
-
setVehicleId
public void setVehicleId(String vehicleId)
-
getStartTime
public Long getStartTime()
-
setStartTime
public void setStartTime(Long startTime)
-
getEndTime
public Long getEndTime()
-
setEndTime
public void setEndTime(Long endTime)
-
getSpeedingThreshold
public Double getSpeedingThreshold()
-
setSpeedingThreshold
public void setSpeedingThreshold(Double speedingThreshold)
-
getHarshAccelerationThreshold
public Double getHarshAccelerationThreshold()
-
setHarshAccelerationThreshold
public void setHarshAccelerationThreshold(Double harshAccelerationThreshold)
-
getHarshBreakingThreshold
public Double getHarshBreakingThreshold()
-
setHarshBreakingThreshold
public void setHarshBreakingThreshold(Double harshBreakingThreshold)
-
getHarshSteeringThreshold
public Double getHarshSteeringThreshold()
-
setHarshSteeringThreshold
public void setHarshSteeringThreshold(Double harshSteeringThreshold)
-
getProcessOption
public String getProcessOption()
-
setProcessOption
public void setProcessOption(String processOption)
-
getCoordTypeOutput
public String getCoordTypeOutput()
-
setCoordTypeOutput
public void setCoordTypeOutput(String coordTypeOutput)
-
-