com.baidubce.services.dugo.map
Class DrivingBehaviorRequest.DrivingBehaviorResponse.Point

java.lang.Object
  extended by com.baidubce.services.dugo.map.DrivingBehaviorRequest.DrivingBehaviorResponse.Point
Enclosing class:
DrivingBehaviorRequest.DrivingBehaviorResponse

public static class DrivingBehaviorRequest.DrivingBehaviorResponse.Point
extends Object


Constructor Summary
DrivingBehaviorRequest.DrivingBehaviorResponse.Point()
           
 
Method Summary
 String getAddress()
           
 String getCoordType()
           
 Double getLatitude()
           
 Long getLocTime()
           
 Double getLongitude()
           
 void setAddress(String address)
           
 void setCoordType(String coordType)
           
 void setLatitude(Double latitude)
           
 void setLocTime(Long locTime)
           
 void setLongitude(Double longitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrivingBehaviorRequest.DrivingBehaviorResponse.Point

public DrivingBehaviorRequest.DrivingBehaviorResponse.Point()
Method Detail

getLatitude

public Double getLatitude()

setLatitude

public void setLatitude(Double latitude)

getLongitude

public Double getLongitude()

setLongitude

public void setLongitude(Double longitude)

getCoordType

public String getCoordType()

setCoordType

public void setCoordType(String coordType)

getLocTime

public Long getLocTime()

setLocTime

public void setLocTime(Long locTime)

getAddress

public String getAddress()

setAddress

public void setAddress(String address)


Copyright © 2018. All rights reserved.