Sdílet prostřednictvím


News Class

public class News extends SearchResultsAnswer

Defines a news answer.

Method Summary

Modifier and Type Method and Description
String location()

Get the location value.

List<NewsArticle> value()

Get the value value.

News withValue(List<NewsArticle> value)

Set the value value.

Inherited Members

Method Details

location

public String location()

Get the location value.

Returns:

the location value

value

public List value()

Get the value value.

Returns:

the value value

withValue

public News withValue(List value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the News object itself.

Applies to