public class CreateDataTransformRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateDataTransformRequest() |
CreateDataTransformRequest(CreateDataTransformRequest 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 |
---|---|
DataTransformResouceInfo[] |
getDstResources()
Get Target topic ID and alias of the data processing task
|
Long |
getEnableFlag()
Get Task status.
|
String |
getEtlContent()
Get Data processing statement
|
Long |
getFuncType()
Get Task type.
|
String |
getName()
Get Data processing task name
|
PreviewLogStatistic[] |
getPreviewLogStatistics()
Get Test data used for previewing the processing result
|
String |
getSrcTopicId()
Get Source log topic
|
Long |
getTaskType()
Get Data processing type.
|
void |
setDstResources(DataTransformResouceInfo[] DstResources)
Set Target topic ID and alias of the data processing task
|
void |
setEnableFlag(Long EnableFlag)
Set Task status.
|
void |
setEtlContent(String EtlContent)
Set Data processing statement
|
void |
setFuncType(Long FuncType)
Set Task type.
|
void |
setName(String Name)
Set Data processing task name
|
void |
setPreviewLogStatistics(PreviewLogStatistic[] PreviewLogStatistics)
Set Test data used for previewing the processing result
|
void |
setSrcTopicId(String SrcTopicId)
Set Source log topic
|
void |
setTaskType(Long TaskType)
Set Data processing type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDataTransformRequest()
public CreateDataTransformRequest(CreateDataTransformRequest source)
public Long getFuncType()
public void setFuncType(Long FuncType)
FuncType
- Task type. Valid values: 1 (specified topic) and 2 (dynamically created).public String getSrcTopicId()
public void setSrcTopicId(String SrcTopicId)
SrcTopicId
- Source log topicpublic String getName()
public void setName(String Name)
Name
- Data processing task namepublic String getEtlContent()
public void setEtlContent(String EtlContent)
EtlContent
- Data processing statementpublic Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- Data processing type. Valid values: `1`: Use random data from the source log topic for processing preview. `2`: Use user-defined test data for processing preview. `3`: Create a real processing task.public Long getEnableFlag()
public void setEnableFlag(Long EnableFlag)
EnableFlag
- Task status. Valid values: 1 (enabled) and 2 (disabled).public DataTransformResouceInfo[] getDstResources()
public void setDstResources(DataTransformResouceInfo[] DstResources)
DstResources
- Target topic ID and alias of the data processing taskpublic PreviewLogStatistic[] getPreviewLogStatistics()
public void setPreviewLogStatistics(PreviewLogStatistic[] PreviewLogStatistics)
PreviewLogStatistics
- Test data used for previewing the processing resultCopyright © 2023. All rights reserved.