public class NavigationRouteTarget extends Object implements Serializable
For internal use only. May be renamed or removed in a future release.
Constructor and Description |
---|
NavigationRouteTarget(String path,
RouteTarget routeTarget,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets the input path for the search.
|
RouteParameters |
getRouteParameters()
Gets the route parameters for this search response.
|
RouteTarget |
getRouteTarget()
Gets the route target.
|
boolean |
hasTarget()
Gets whether this search result instance contains a navigation target.
|
String |
toString() |
public NavigationRouteTarget(String path, RouteTarget routeTarget, Map<String,String> parameters)
public boolean hasTarget()
public String getPath()
public RouteTarget getRouteTarget()
public RouteParameters getRouteParameters()
Copyright © 2021. All rights reserved.