public class Enrichment extends GenericModel
| Constructor and Description | 
|---|
Enrichment()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Gets the description. 
 | 
java.lang.String | 
getDestinationField()
Gets the destinationField. 
 | 
java.lang.String | 
getEnrichmentName()
Gets the enrichmentName. 
 | 
EnrichmentOptions | 
getOptions()
Gets the options. 
 | 
java.lang.String | 
getSourceField()
Gets the sourceField. 
 | 
java.lang.Boolean | 
isIgnoreDownstreamErrors()
Gets the ignoreDownstreamErrors. 
 | 
java.lang.Boolean | 
isOverwrite()
Gets the overwrite. 
 | 
void | 
setDescription(java.lang.String description)
Sets the description. 
 | 
void | 
setDestinationField(java.lang.String destinationField)
Sets the destinationField. 
 | 
void | 
setEnrichmentName(java.lang.String enrichmentName)
Sets the enrichmentName. 
 | 
void | 
setIgnoreDownstreamErrors(java.lang.Boolean ignoreDownstreamErrors)
Sets the ignoreDownstreamErrors. 
 | 
void | 
setOptions(EnrichmentOptions options)
Sets the options. 
 | 
void | 
setOverwrite(java.lang.Boolean overwrite)
Sets the overwrite. 
 | 
void | 
setSourceField(java.lang.String sourceField)
Sets the sourceField. 
 | 
equals, hashCode, toStringpublic java.lang.String getDescription()
public java.lang.String getDestinationField()
public java.lang.String getSourceField()
public java.lang.Boolean isOverwrite()
public java.lang.String getEnrichmentName()
public java.lang.Boolean isIgnoreDownstreamErrors()
public EnrichmentOptions getOptions()
public void setDescription(java.lang.String description)
description - the new descriptionpublic void setDestinationField(java.lang.String destinationField)
destinationField - the new destinationFieldpublic void setSourceField(java.lang.String sourceField)
sourceField - the new sourceFieldpublic void setOverwrite(java.lang.Boolean overwrite)
overwrite - the new overwritepublic void setEnrichmentName(java.lang.String enrichmentName)
enrichmentName - the new enrichmentNamepublic void setIgnoreDownstreamErrors(java.lang.Boolean ignoreDownstreamErrors)
ignoreDownstreamErrors - the new ignoreDownstreamErrorspublic void setOptions(EnrichmentOptions options)
options - the new options