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

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CollectionUsage

      public CollectionUsage()
  • Method Details

    • getAvailable

      public Long getAvailable()
      Gets the available.

      Number of active collections in the environment.

      Returns:
      the available
    • getMaximumAllowed

      public Long getMaximumAllowed()
      Gets the maximumAllowed.

      Total number of collections allowed in the environment.

      Returns:
      the maximumAllowed