Class CollectionUsage
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.CollectionUsage
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CollectionUsage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Summary of the collection usage in the environment.
-
Constructor Summary
Constructors Constructor Description CollectionUsage()
-
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
-
CollectionUsage
public CollectionUsage()
-
-
Method Details
-
getAvailable
Gets the available.Number of active collections in the environment.
- Returns:
- the available
-
getMaximumAllowed
Gets the maximumAllowed.Total number of collections allowed in the environment.
- Returns:
- the maximumAllowed
-