public class Transformation extends AbstractModel
| Constructor and Description | 
|---|
Transformation()  | 
Transformation(Transformation source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EtlFilter | 
getEtlFilter()
Get Describes how to filter data
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Extraction | 
getExtraction()
Get Describes how to extract data
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Transform | 
getTransform()
Get Describes how to transform data
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEtlFilter(EtlFilter EtlFilter)
Set Describes how to filter data
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setExtraction(Extraction Extraction)
Set Describes how to extract data
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTransform(Transform Transform)
Set Describes how to transform data
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Transformation()
public Transformation(Transformation source)
public Extraction getExtraction()
public void setExtraction(Extraction Extraction)
Extraction - Describes how to extract data
Note: this field may return null, indicating that no valid values can be obtained.public EtlFilter getEtlFilter()
public void setEtlFilter(EtlFilter EtlFilter)
EtlFilter - Describes how to filter data
Note: this field may return null, indicating that no valid values can be obtained.public Transform getTransform()
public void setTransform(Transform Transform)
Transform - Describes how to transform data
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.