public class NormalizationOperation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | NormalizationOperation.OperationIdentifies what type of operation to perform. | 
| Constructor and Description | 
|---|
| NormalizationOperation() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDestinationField()Gets the destinationField. | 
| java.lang.String | getOperation()Gets the operation. | 
| java.lang.String | getSourceField()Gets the sourceField. | 
| void | setDestinationField(java.lang.String destinationField)Sets the destinationField. | 
| void | setOperation(java.lang.String operation)Sets the operation. | 
| void | setSourceField(java.lang.String sourceField)Sets the sourceField. | 
public java.lang.String getOperation()
public java.lang.String getSourceField()
public java.lang.String getDestinationField()
public void setOperation(java.lang.String operation)
operation - the new operationpublic void setSourceField(java.lang.String sourceField)
sourceField - the new sourceFieldpublic void setDestinationField(java.lang.String destinationField)
destinationField - the new destinationField