public class EnrichmentTarget
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
EnrichmentTarget()
COnstructor.
|
EnrichmentTarget(java.lang.String sourceField,
java.lang.String targetField)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentField()
Retrieves name of source content field.
|
java.lang.String |
getEnrichmentField()
Retrieves field name of enrichment target.
|
void |
setContentField(java.lang.String source)
Sets name of source content field.
|
void |
setEnrichmentField(java.lang.String target)
Sets field name of enrichment target.
|
public EnrichmentTarget()
public EnrichmentTarget(java.lang.String sourceField, java.lang.String targetField)
sourceField
- - field name for source content.targetField
- - field name for enrichment outputpublic java.lang.String getContentField()
public void setContentField(java.lang.String source)
source
- content field namepublic java.lang.String getEnrichmentField()
public void setEnrichmentField(java.lang.String target)
target
- field nameCopyright © 2022 IBM Cloud. All rights reserved.