diff --git a/src/main/java/com/ibm/watson/developer_cloud/alchemy/v1/model/Article.java b/src/main/java/com/ibm/watson/developer_cloud/alchemy/v1/model/Article.java index d130362939c..c834d78e58d 100755 --- a/src/main/java/com/ibm/watson/developer_cloud/alchemy/v1/model/Article.java +++ b/src/main/java/com/ibm/watson/developer_cloud/alchemy/v1/model/Article.java @@ -62,6 +62,15 @@ public List getEntities() { return entities; } + /** + * Gets the sentiment. + * + * @return The sentiment + */ + public Sentiment getSentiment() { + return sentiment; + } + /** * Gets the taxonomy. * @@ -89,6 +98,15 @@ public void setEntities(List entities) { this.entities = entities; } + /** + * Sets the sentiment. + * + * @param sentiment The sentiment + */ + public void setSentiment(Sentiment sentiment) { + this.sentiment = sentiment; + } + /** * Sets the taxonomy. *