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.
  • Constructor Details

    • ProjectListDetails

      public ProjectListDetails()
  • Method Details

    • getProjectId

      public String getProjectId()
      Gets the projectId.

      The unique identifier of this project.

      Returns:
      the projectId
    • getName

      public String getName()
      Gets the name.

      The human readable name of this project.

      Returns:
      the name
    • getType

      public String getType()
      Gets the type.

      The project type of this project.

      Returns:
      the type
    • getRelevancyTrainingStatus

      public ProjectListDetailsRelevancyTrainingStatus getRelevancyTrainingStatus()
      Gets the relevancyTrainingStatus.

      Relevancy training status information for this project.

      Returns:
      the relevancyTrainingStatus
    • getCollectionCount

      public Long getCollectionCount()
      Gets the collectionCount.

      The number of collections configured in this project.

      Returns:
      the collectionCount