Interface WebSearchEngineConnector.WebPage
-
- Enclosing interface:
- WebSearchEngineConnector
public static interface WebSearchEngineConnector.WebPageRepresents a web page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of the web page.StringgetSnippet()Gets the snippet of the web page.StringgetUrl()Gets the URL of the web page.
-