Class Enrichment
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.Enrichment
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Enrichment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about a specific enrichment.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Enrichment.Type
The type of this enrichment. -
Constructor Summary
Constructors Constructor Description Enrichment()
-
Method Summary
Modifier and Type Method Description String
getDescription()
Gets the description.String
getEnrichmentId()
Gets the enrichmentId.String
getName()
Gets the name.EnrichmentOptions
getOptions()
Gets the options.String
getType()
Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Enrichment
public Enrichment()
-
-
Method Details
-
getEnrichmentId
Gets the enrichmentId.The unique identifier of this enrichment.
- Returns:
- the enrichmentId
-
getName
Gets the name.The human readable name for this enrichment.
- Returns:
- the name
-
getDescription
Gets the description.The description of this enrichment.
- Returns:
- the description
-
getType
Gets the type.The type of this enrichment.
- Returns:
- the type
-
getOptions
Gets the options.A object containing options for the current enrichment.
- Returns:
- the options
-