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