public class TrafficFlow extends Object
Constructor and Description |
---|
TrafficFlow() |
Modifier and Type | Method and Description |
---|---|
Double |
latitude()
Get the approximate latitude that these queries originated from.
|
Double |
longitude()
Get the approximate longitude that these queries originated from.
|
List<QueryExperience> |
queryExperiences()
Get the query experiences produced in this HeatMap calculation.
|
String |
sourceIp()
Get the IP address that this query experience originated from.
|
TrafficFlow |
withLatitude(Double latitude)
Set the approximate latitude that these queries originated from.
|
TrafficFlow |
withLongitude(Double longitude)
Set the approximate longitude that these queries originated from.
|
TrafficFlow |
withQueryExperiences(List<QueryExperience> queryExperiences)
Set the query experiences produced in this HeatMap calculation.
|
TrafficFlow |
withSourceIp(String sourceIp)
Set the IP address that this query experience originated from.
|
public String sourceIp()
public TrafficFlow withSourceIp(String sourceIp)
sourceIp
- the sourceIp value to setpublic Double latitude()
public TrafficFlow withLatitude(Double latitude)
latitude
- the latitude value to setpublic Double longitude()
public TrafficFlow withLongitude(Double longitude)
longitude
- the longitude value to setpublic List<QueryExperience> queryExperiences()
public TrafficFlow withQueryExperiences(List<QueryExperience> queryExperiences)
queryExperiences
- the queryExperiences value to setCopyright © 2019. All rights reserved.