public class Enrichment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Enrichment.Type
The type of this enrichment.
|
Constructor and Description |
---|
Enrichment() |
Modifier and Type | Method and 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.
|
public String getEnrichmentId()
The unique identifier of this enrichment.
public String getName()
The human readable name for this enrichment.
public String getDescription()
The description of this enrichment.
public String getType()
The type of this enrichment.
public EnrichmentOptions getOptions()
A object containing options for the current enrichment.
Copyright © 2021 IBM Cloud. All rights reserved.