com.baidubce.services.dugo.map
Class GetLatestPointRequest

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

public class GetLatestPointRequest
extends AbstractRequest

get latest point request model Created by liuzhenxing01 on 2018/10/22.


Nested Class Summary
static class GetLatestPointRequest.GetLatestPointResponse
           
 
Constructor Summary
GetLatestPointRequest()
           
 
Method Summary
 String getCoordTypeOutput()
           
 String getProcessOption()
           
 String getVehicleId()
           
 Class responseType()
           
 void setCoordTypeOutput(String coordTypeOutput)
           
 void setProcessOption(String processOption)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLatestPointRequest

public GetLatestPointRequest()
Method Detail

getVehicleId

public String getVehicleId()

setVehicleId

public void setVehicleId(String vehicleId)

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.