Class 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 Detail

      • queryToRun

        @NonNull
        private @NonNull String queryToRun
    • Constructor Detail

      • RunQuery

        public RunQuery​(@NonNull
                        @NonNull String queryToRun)
    • Method Detail

      • getQueryToRun

        @NonNull
        public @NonNull String getQueryToRun()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object