public class CreateDataTransformRequest extends AbstractModel
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 加工任务目的topic_id以及别名
|
Long |
getEnableFlag()
Get 任务启动状态.
|
String |
getEtlContent()
Get 加工逻辑函数
|
Long |
getFuncType()
Get 函数类型.
|
String |
getName()
Get 加工任务名称
|
PreviewLogStatistic[] |
getPreviewLogStatistics()
Get 测试数据
|
String |
getSrcTopicId()
Get 源日志主题
|
Long |
getTaskType()
Get 任务类型.
|
void |
setDstResources(DataTransformResouceInfo[] DstResources)
Set 加工任务目的topic_id以及别名
|
void |
setEnableFlag(Long EnableFlag)
Set 任务启动状态.
|
void |
setEtlContent(String EtlContent)
Set 加工逻辑函数
|
void |
setFuncType(Long FuncType)
Set 函数类型.
|
void |
setName(String Name)
Set 加工任务名称
|
void |
setPreviewLogStatistics(PreviewLogStatistic[] PreviewLogStatistics)
Set 测试数据
|
void |
setSrcTopicId(String SrcTopicId)
Set 源日志主题
|
void |
setTaskType(Long TaskType)
Set 任务类型.
|
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, toJsonString
public CreateDataTransformRequest()
public CreateDataTransformRequest(CreateDataTransformRequest source)
public Long getFuncType()
public void setFuncType(Long FuncType)
FuncType
- 函数类型. DSL:1 SQL:2public String getSrcTopicId()
public void setSrcTopicId(String SrcTopicId)
SrcTopicId
- 源日志主题public String getName()
public void setName(String Name)
Name
- 加工任务名称public String getEtlContent()
public void setEtlContent(String EtlContent)
EtlContent
- 加工逻辑函数public DataTransformResouceInfo[] getDstResources()
public void setDstResources(DataTransformResouceInfo[] DstResources)
DstResources
- 加工任务目的topic_id以及别名public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- 任务类型. 以SrcTopicId为数据源建立预览任务:1,以PreviewLogStatistics为数据源建立预览任务:2 真实任务:3public Long getEnableFlag()
public void setEnableFlag(Long EnableFlag)
EnableFlag
- 任务启动状态. 默认为1,正常开启, 2关闭public PreviewLogStatistic[] getPreviewLogStatistics()
public void setPreviewLogStatistics(PreviewLogStatistic[] PreviewLogStatistics)
PreviewLogStatistics
- 测试数据Copyright © 2022. All rights reserved.