NewsArticle Class

public class NewsArticle extends Article

Defines a news article.

Method Summary

Modifier and Type Method and Description
String category()

Get the category value.

List<NewsArticle> clusteredArticles()

Get the clusteredArticles value.

Boolean headline()

Get the headline value.

Inherited Members

Method Details

category

public String category()

Get the category value.

Returns:

the category value

clusteredArticles

public List clusteredArticles()

Get the clusteredArticles value.

Returns:

the clusteredArticles value

headline

public Boolean headline()

Get the headline value.

Returns:

the headline value

Applies to