public class StayPointResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
StayPointResponse.Point |
static class |
StayPointResponse.Staypoint |
metadata| Constructor and Description |
|---|
StayPointResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getStaypointNum() |
List<StayPointResponse.Staypoint> |
getStaypoints() |
void |
setStaypointNum(Integer staypointNum) |
void |
setStaypoints(List<StayPointResponse.Staypoint> staypoints) |
getMetadatapublic Integer getStaypointNum()
public void setStaypointNum(Integer staypointNum)
public List<StayPointResponse.Staypoint> getStaypoints()
public void setStaypoints(List<StayPointResponse.Staypoint> staypoints)
Copyright © 2021. All rights reserved.