public static class ArticleContentExtrator.ContentFetchResult extends FetchResult
| Constructor and Description |
|---|
ContentFetchResult(String url,
HashSet<String> outlinks) |
ContentFetchResult(String url,
HashSet<String> outlinks,
String title,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
String |
getTitle() |
String |
toString() |
equals, getOutlinks, getUrl, hashCodepublic String getTitle()
public String getText()
public String toString()
toString in class FetchResultCopyright © 2016. All rights reserved.