com.baidubce.services.dugo.map
Class GeoCodingRequest.GeoCodingResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.dugo.map.GeoCodingRequest.GeoCodingResponse
All Implemented Interfaces:
Serializable
Enclosing class:
GeoCodingRequest

public static class GeoCodingRequest.GeoCodingResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GeoCodingRequest.GeoCodingResponse()
           
 
Method Summary
 String getLatitude()
           
 String getLongitude()
           
 void setLatitude(String latitude)
           
 void setLongitude(String longitude)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoCodingRequest.GeoCodingResponse

public GeoCodingRequest.GeoCodingResponse()
Method Detail

getLatitude

public String getLatitude()

setLatitude

public void setLatitude(String latitude)

getLongitude

public String getLongitude()

setLongitude

public void setLongitude(String longitude)


Copyright © 2018. All rights reserved.