Class ProjectListDetails
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.ProjectListDetails
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ProjectListDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about a specific project.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ProjectListDetails.Type
The project type of this project. -
Constructor Summary
Constructors Constructor Description ProjectListDetails()
-
Method Summary
Modifier and Type Method Description Long
getCollectionCount()
Gets the collectionCount.String
getName()
Gets the name.String
getProjectId()
Gets the projectId.ProjectListDetailsRelevancyTrainingStatus
getRelevancyTrainingStatus()
Gets the relevancyTrainingStatus.String
getType()
Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ProjectListDetails
public ProjectListDetails()
-
-
Method Details
-
getProjectId
Gets the projectId.The unique identifier of this project.
- Returns:
- the projectId
-
getName
Gets the name.The human readable name of this project.
- Returns:
- the name
-
getType
Gets the type.The project type of this project.
- Returns:
- the type
-
getRelevancyTrainingStatus
Gets the relevancyTrainingStatus.Relevancy training status information for this project.
- Returns:
- the relevancyTrainingStatus
-
getCollectionCount
Gets the collectionCount.The number of collections configured in this project.
- Returns:
- the collectionCount
-