Class CreateDataTransformRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.CreateDataTransformRequest
-
public class CreateDataTransformRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataTransformResouceInfo[]
getDstResources()
Get 加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写Long
getEnableFlag()
Get 任务启动状态.String
getEtlContent()
Get 加工语句Long
getFuncType()
Get 任务类型.String
getName()
Get 加工任务名称PreviewLogStatistic[]
getPreviewLogStatistics()
Get 用于预览加工结果的测试数据String
getSrcTopicId()
Get 源日志主题Long
getTaskType()
Get 加工类型 1 使用源日志主题中的随机数据,进行加工预览 :2 使用用户自定义测试数据,进行加工预览 3 创建真实加工任务void
setDstResources(DataTransformResouceInfo[] DstResources)
Set 加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写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 加工类型 1 使用源日志主题中的随机数据,进行加工预览 :2 使用用户自定义测试数据,进行加工预览 3 创建真实加工任务void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateDataTransformRequest
public CreateDataTransformRequest()
-
CreateDataTransformRequest
public 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.
-
-
Method Detail
-
getFuncType
public Long getFuncType()
Get 任务类型. 1: 指定主题;2:动态创建- Returns:
- FuncType 任务类型. 1: 指定主题;2:动态创建
-
setFuncType
public void setFuncType(Long FuncType)
Set 任务类型. 1: 指定主题;2:动态创建- Parameters:
FuncType
- 任务类型. 1: 指定主题;2:动态创建
-
getSrcTopicId
public String getSrcTopicId()
Get 源日志主题- Returns:
- SrcTopicId 源日志主题
-
setSrcTopicId
public void setSrcTopicId(String SrcTopicId)
Set 源日志主题- Parameters:
SrcTopicId
- 源日志主题
-
getName
public String getName()
Get 加工任务名称- Returns:
- Name 加工任务名称
-
setName
public void setName(String Name)
Set 加工任务名称- Parameters:
Name
- 加工任务名称
-
getEtlContent
public String getEtlContent()
Get 加工语句- Returns:
- EtlContent 加工语句
-
setEtlContent
public void setEtlContent(String EtlContent)
Set 加工语句- Parameters:
EtlContent
- 加工语句
-
getTaskType
public Long getTaskType()
Get 加工类型 1 使用源日志主题中的随机数据,进行加工预览 :2 使用用户自定义测试数据,进行加工预览 3 创建真实加工任务- Returns:
- TaskType 加工类型 1 使用源日志主题中的随机数据,进行加工预览 :2 使用用户自定义测试数据,进行加工预览 3 创建真实加工任务
-
setTaskType
public void setTaskType(Long TaskType)
Set 加工类型 1 使用源日志主题中的随机数据,进行加工预览 :2 使用用户自定义测试数据,进行加工预览 3 创建真实加工任务- Parameters:
TaskType
- 加工类型 1 使用源日志主题中的随机数据,进行加工预览 :2 使用用户自定义测试数据,进行加工预览 3 创建真实加工任务
-
getEnableFlag
public Long getEnableFlag()
Get 任务启动状态. 默认为1:开启, 2:关闭- Returns:
- EnableFlag 任务启动状态. 默认为1:开启, 2:关闭
-
setEnableFlag
public void setEnableFlag(Long EnableFlag)
Set 任务启动状态. 默认为1:开启, 2:关闭- Parameters:
EnableFlag
- 任务启动状态. 默认为1:开启, 2:关闭
-
getDstResources
public DataTransformResouceInfo[] getDstResources()
Get 加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写- Returns:
- DstResources 加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写
-
setDstResources
public void setDstResources(DataTransformResouceInfo[] DstResources)
Set 加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写- Parameters:
DstResources
- 加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写
-
getPreviewLogStatistics
public PreviewLogStatistic[] getPreviewLogStatistics()
Get 用于预览加工结果的测试数据- Returns:
- PreviewLogStatistics 用于预览加工结果的测试数据
-
setPreviewLogStatistics
public void setPreviewLogStatistics(PreviewLogStatistic[] PreviewLogStatistics)
Set 用于预览加工结果的测试数据- Parameters:
PreviewLogStatistics
- 用于预览加工结果的测试数据
-
-