NewsTopic Class

public class NewsTopic
extends Thing

The NewsTopic model.

Constructor Summary

Constructor Description
NewsTopic()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean isBreakingNews()

Get the isBreakingNews value.

java.lang.String newsSearchUrl()

Get the newsSearchUrl value.

Query query()

Get the query value.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NewsTopic

public NewsTopic()

Method Details

isBreakingNews

public Boolean isBreakingNews()

Get the isBreakingNews value.

Returns:

the isBreakingNews value

newsSearchUrl

public String newsSearchUrl()

Get the newsSearchUrl value.

Returns:

the newsSearchUrl value

query

public Query query()

Get the query value.

Returns:

the query value

Applies to