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.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
enrichmentId |
protected java.lang.String |
name |
protected EnrichmentOptions |
options |
protected java.lang.String |
type |
Constructor and Description |
---|
Enrichment() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getEnrichmentId()
Gets the enrichmentId.
|
java.lang.String |
getName()
Gets the name.
|
EnrichmentOptions |
getOptions()
Gets the options.
|
java.lang.String |
getType()
Gets the type.
|
@SerializedName(value="enrichment_id") protected java.lang.String enrichmentId
protected java.lang.String name
protected java.lang.String description
protected java.lang.String type
protected EnrichmentOptions options
public java.lang.String getEnrichmentId()
The unique identifier of this enrichment.
public java.lang.String getName()
The human readable name for this enrichment.
public java.lang.String getDescription()
The description of this enrichment.
public java.lang.String getType()
The type of this enrichment.
public EnrichmentOptions getOptions()
A object containing options for the current enrichment.