Class RunQuery
- java.lang.Object
-
- com.funnelback.plugin.index.model.querycompletion.action.RunQuery
-
- All Implemented Interfaces:
AutoCompletionAction
public class RunQuery extends Object implements AutoCompletionAction
An auto-completion action type which replaces the user's current query with the supplied one, causing a search results page with the supplied query to be shown.
-
-
Field Summary
Fields Modifier and Type Field Description private @NonNull String
queryToRun
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
@NonNull String
getQueryToRun()
int
hashCode()
-