com.baidubce.services.dugo.map
Class GetDistanceRequest

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

public class GetDistanceRequest
extends AbstractRequest

get the distance request model Created by liuzhenxing01 on 2018/10/22.


Nested Class Summary
static class GetDistanceRequest.GetDistanceResponse
           
 
Constructor Summary
GetDistanceRequest()
           
 
Method Summary
 Long getEndTime()
           
 Integer getIsProcessed()
           
 String getProcessOption()
           
 Long getStartTime()
           
 String getSupplementMode()
           
 String getVehicleId()
           
 Class responseType()
           
 void setEndTime(Long endTime)
           
 void setIsProcessed(Integer isProcessed)
           
 void setProcessOption(String processOption)
           
 void setStartTime(Long startTime)
           
 void setSupplementMode(String supplementMode)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDistanceRequest

public GetDistanceRequest()
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)

getIsProcessed

public Integer getIsProcessed()

setIsProcessed

public void setIsProcessed(Integer isProcessed)

getProcessOption

public String getProcessOption()

setProcessOption

public void setProcessOption(String processOption)

getSupplementMode

public String getSupplementMode()

setSupplementMode

public void setSupplementMode(String supplementMode)

responseType

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


Copyright © 2018. All rights reserved.