Interface WebSearchEngineConnector.WebPage

  • Enclosing interface:
    WebSearchEngineConnector

    public static interface WebSearchEngineConnector.WebPage
    Represents a web page.
    • Method Detail

      • getName

        String getName()
        Gets the name of the web page.
        Returns:
        The name of the web page.
      • getUrl

        String getUrl()
        Gets the URL of the web page.
        Returns:
        The URL of the web page.
      • getSnippet

        String getSnippet()
        Gets the snippet of the web page.
        Returns:
        The snippet of the web page.