public class CheckFunctionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CheckFunctionRequest() | 
| CheckFunctionRequest(CheckFunctionRequest 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以及别名,当 FuncType 为 1 时,必填。
目标日志主题ID通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。 | 
| String | getEtlContent()Get 加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f) 
其他参考文档:
- [创建加工任务](https://cloud.tencent.com/document/product/614/63940) 
-  [函数总览](https://cloud.tencent.com/document/product/614/70395) | 
| Long | getFuncType()Get 数据加工目标主题的类型. | 
| void | setDstResources(DataTransformResouceInfo[] DstResources)Set 加工任务目标topic_id以及别名,当 FuncType 为 1 时,必填。
目标日志主题ID通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。 | 
| void | setEtlContent(String EtlContent)Set 加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f) 
其他参考文档:
- [创建加工任务](https://cloud.tencent.com/document/product/614/63940) 
-  [函数总览](https://cloud.tencent.com/document/product/614/70395) | 
| void | setFuncType(Long FuncType)Set 数据加工目标主题的类型. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CheckFunctionRequest()
public CheckFunctionRequest(CheckFunctionRequest source)
public String getEtlContent()
public void setEtlContent(String EtlContent)
EtlContent - 加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f) 
其他参考文档:
- [创建加工任务](https://cloud.tencent.com/document/product/614/63940) 
-  [函数总览](https://cloud.tencent.com/document/product/614/70395)public DataTransformResouceInfo[] getDstResources()
public void setDstResources(DataTransformResouceInfo[] DstResources)
DstResources - 加工任务目标topic_id以及别名,当 FuncType 为 1 时,必填。
目标日志主题ID通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。public Long getFuncType()
public void setFuncType(Long FuncType)
FuncType - 数据加工目标主题的类型. 1 固定主题 2动态创建Copyright © 2025. All rights reserved.