com.baidubce.services.dugo.map
Class DrivingBehaviorRequest

java.lang.Object
  extended by com.baidubce.services.dugo.AbstractRequest
      extended by com.baidubce.services.dugo.map.DrivingBehaviorRequest

public class DrivingBehaviorRequest
extends AbstractRequest

get the vehicle driving behavior Created by liuzhenxing01 on 2018/10/22.


Nested Class Summary
static class DrivingBehaviorRequest.DrivingBehaviorResponse
           
 
Constructor Summary
DrivingBehaviorRequest()
           
 
Method Summary
 String getCoordTypeOutput()
           
 Long getEndTime()
           
 Double getHarshAccelerationThreshold()
           
 Double getHarshBreakingThreshold()
           
 Double getHarshSteeringThreshold()
           
 String getProcessOption()
           
 Double getSpeedingThreshold()
           
 Long getStartTime()
           
 String getVehicleId()
           
 Class responseType()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrivingBehaviorRequest

public DrivingBehaviorRequest()
Method Detail

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)

responseType

public Class responseType()
Specified by:
responseType in class AbstractRequest


Copyright © 2018. All rights reserved.