We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c11dc6 + f66d84d commit e1ab4b8Copy full SHA for e1ab4b8
src/main/java/com/ibm/watson/developer_cloud/alchemy/v1/model/Article.java
@@ -62,6 +62,15 @@ public List<Entity> getEntities() {
62
return entities;
63
}
64
65
+ /**
66
+ * Gets the sentiment.
67
+ *
68
+ * @return The sentiment
69
+ */
70
+ public Sentiment getSentiment() {
71
+ return sentiment;
72
+ }
73
+
74
/**
75
* Gets the taxonomy.
76
*
@@ -89,6 +98,15 @@ public void setEntities(List<Entity> entities) {
89
98
this.entities = entities;
90
99
91
100
101
102
+ * Sets the sentiment.
103
104
+ * @param sentiment The sentiment
105
106
+ public void setSentiment(Sentiment sentiment) {
107
+ this.sentiment = sentiment;
108
109
92
110
93
111
* Sets the taxonomy.
94
112
0 commit comments