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 493668f + 0567073 commit ee73d24Copy full SHA for ee73d24
discovery/src/main/java/com/ibm/watson/discovery/v1/model/EnvironmentDocuments.java
@@ -20,19 +20,19 @@
20
*/
21
public class EnvironmentDocuments extends GenericModel {
22
23
- protected Long indexed;
+ protected Long available;
24
@SerializedName("maximum_allowed")
25
protected Long maximumAllowed;
26
27
/**
28
- * Gets the indexed.
+ * Gets the available documents.
29
*
30
* Number of documents indexed for the environment.
31
32
- * @return the indexed
+ * @return the available
33
34
- public Long getIndexed() {
35
- return indexed;
+ public Long getAvailable() {
+ return available;
36
}
37
38
0 commit comments