public class Collection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Collection.Status
The status of the collection.
|
Constructor and Description |
---|
Collection() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.lang.String |
getConfigurationId()
Gets the configurationId.
|
CollectionCrawlStatus |
getCrawlStatus()
Gets the crawlStatus.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
CollectionDiskUsage |
getDiskUsage()
Gets the diskUsage.
|
DocumentCounts |
getDocumentCounts()
Gets the documentCounts.
|
java.lang.String |
getLanguage()
Gets the language.
|
java.lang.String |
getName()
Gets the name.
|
SduStatus |
getSmartDocumentUnderstanding()
Gets the smartDocumentUnderstanding.
|
java.lang.String |
getStatus()
Gets the status.
|
TrainingStatus |
getTrainingStatus()
Gets the trainingStatus.
|
java.util.Date |
getUpdated()
Gets the updated.
|
public java.lang.String getCollectionId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getStatus()
public java.lang.String getConfigurationId()
public java.lang.String getLanguage()
public DocumentCounts getDocumentCounts()
public CollectionDiskUsage getDiskUsage()
public TrainingStatus getTrainingStatus()
public CollectionCrawlStatus getCrawlStatus()
public SduStatus getSmartDocumentUnderstanding()