public class CreateDataTransformRequest extends AbstractModel
header, 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 Destination topic_id and alias of 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 Processing type.
|
void |
setDstResources(DataTransformResouceInfo[] DstResources)
Set Destination topic_id and alias of 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 Processing type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDataTransformRequest()
public CreateDataTransformRequest(CreateDataTransformRequest source)
public Long getFuncType()
public void setFuncType(Long FuncType)
FuncType
- Task type. 1: Specify topic; 2: Dynamic creation. For details, please refer to Creating Processing Task Document (https://intl.cloud.tencent.com/document/product/614/63940?from_cn_redirect=1).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
- Processing type.
1: Process preview using random data from the source log topic; 2: Process preview using user-defined test data; 3: Create real processing tasks.public DataTransformResouceInfo[] getDstResources()
public void setDstResources(DataTransformResouceInfo[] DstResources)
DstResources
- Destination topic_id and alias of processing task. This parameter is required when FuncType=1, and not required when FuncType=2.public Long getEnableFlag()
public void setEnableFlag(Long EnableFlag)
EnableFlag
- Task status. Valid values: 1 (enabled) and 2 (disabled).public PreviewLogStatistic[] getPreviewLogStatistics()
public void setPreviewLogStatistics(PreviewLogStatistic[] PreviewLogStatistics)
PreviewLogStatistics
- Test data used for previewing the processing resultCopyright © 2024. All rights reserved.