public class AgentResponse extends Object
| Constructor and Description |
|---|
AgentResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getProcessingTime() |
List<Recommendation> |
getRecommended() |
List<Destination> |
getVisited() |
AgentResponse |
recommended(List<Recommendation> recommended) |
void |
setProcessingTime(long processingTime) |
void |
setRecommended(List<Recommendation> recommended) |
void |
setVisited(List<Destination> visited) |
AgentResponse |
visited(List<Destination> visited) |
public List<Destination> getVisited()
public void setVisited(List<Destination> visited)
public void setRecommended(List<Recommendation> recommended)
public List<Recommendation> getRecommended()
public void setProcessingTime(long processingTime)
public long getProcessingTime()
public AgentResponse visited(List<Destination> visited)
public AgentResponse recommended(List<Recommendation> recommended)
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.