Class EnvironmentDocuments
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.EnvironmentDocuments
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EnvironmentDocuments
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Summary of the document usage statistics for the environment.
-
Constructor Summary
Constructors Constructor Description EnvironmentDocuments()
-
Method Summary
Modifier and Type Method Description Long
getAvailable()
Gets the available.Long
getMaximumAllowed()
Gets the maximumAllowed.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
EnvironmentDocuments
public EnvironmentDocuments()
-
-
Method Details
-
getAvailable
Gets the available.Number of documents indexed for the environment.
- Returns:
- the available
-
getMaximumAllowed
Gets the maximumAllowed.Total number of documents allowed in the environment's capacity.
- Returns:
- the maximumAllowed
-