public class Article extends GenericModel
AlchemyDataNews service.| Modifier and Type | Class and Description | 
|---|---|
| static class  | Article.EnrichedTitleEnrichedTitle returned by the  AlchemyDataNewsservice. | 
| Constructor and Description | 
|---|
| Article() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAuthor()Gets the author. | 
| Article.EnrichedTitle | getEnrichedTitle()Gets the enriched title. | 
| PublicationDate | getPublicationDate()Gets the publication date. | 
| String | getTitle()Gets the title. | 
| String | getUrl()Gets the url. | 
| void | setAuthor(String author)Sets the author. | 
| void | setEnrichedTitle(Article.EnrichedTitle enrichedTitle)Sets the enriched title. | 
| void | setPublicationDate(PublicationDate publicationDate)Sets the publication date. | 
| void | setTitle(String title)Sets the title. | 
| void | setUrl(String url)Sets the url. | 
equals, hashCode, toStringpublic String getAuthor()
public Article.EnrichedTitle getEnrichedTitle()
public PublicationDate getPublicationDate()
public String getTitle()
public String getUrl()
public void setAuthor(String author)
author - The authorpublic void setEnrichedTitle(Article.EnrichedTitle enrichedTitle)
enrichedTitle - The enrichedTitlepublic void setPublicationDate(PublicationDate publicationDate)
publicationDate - The publicationDatepublic void setTitle(String title)
title - The titlepublic void setUrl(String url)
url - The urlCopyright © 2015–2016. All rights reserved.