public class ProjectDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ProjectDetails.Type
The project type of this project.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
collectionCount |
protected DefaultQueryParams |
defaultQueryParameters |
protected java.lang.String |
name |
protected java.lang.String |
projectId |
protected ProjectListDetailsRelevancyTrainingStatus |
relevancyTrainingStatus |
protected java.lang.String |
type |
Constructor and Description |
---|
ProjectDetails() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCollectionCount()
Gets the collectionCount.
|
DefaultQueryParams |
getDefaultQueryParameters()
Gets the defaultQueryParameters.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getProjectId()
Gets the projectId.
|
ProjectListDetailsRelevancyTrainingStatus |
getRelevancyTrainingStatus()
Gets the relevancyTrainingStatus.
|
java.lang.String |
getType()
Gets the type.
|
@SerializedName(value="project_id") protected java.lang.String projectId
protected java.lang.String name
protected java.lang.String type
@SerializedName(value="relevancy_training_status") protected ProjectListDetailsRelevancyTrainingStatus relevancyTrainingStatus
@SerializedName(value="collection_count") protected java.lang.Long collectionCount
@SerializedName(value="default_query_parameters") protected DefaultQueryParams defaultQueryParameters
public java.lang.String getProjectId()
The unique identifier of this project.
public java.lang.String getName()
The human readable name of this project.
public java.lang.String getType()
The project type of this project.
public ProjectListDetailsRelevancyTrainingStatus getRelevancyTrainingStatus()
Relevancy training status information for this project.
public java.lang.Long getCollectionCount()
The number of collections configured in this project.
public DefaultQueryParams getDefaultQueryParameters()
Default query parameters for this project.