com.baidubce.services.dugo.map
Class StayPointRequest.StayPointResponse

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

public static class StayPointRequest.StayPointResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
StayPointRequest.StayPointResponse()
           
 
Method Summary
 Integer getStaypointNum()
           
 List<StayPointRequest.Staypoint> getStaypoints()
           
 void setStaypointNum(Integer staypointNum)
           
 void setStaypoints(List<StayPointRequest.Staypoint> staypoints)
           
 
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

StayPointRequest.StayPointResponse

public StayPointRequest.StayPointResponse()
Method Detail

getStaypointNum

public Integer getStaypointNum()

setStaypointNum

public void setStaypointNum(Integer staypointNum)

getStaypoints

public List<StayPointRequest.Staypoint> getStaypoints()

setStaypoints

public void setStaypoints(List<StayPointRequest.Staypoint> staypoints)


Copyright © 2018. All rights reserved.