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以及别名
|
String |
getEtlContent()
Get 用户输入的加工语句
|
Long |
getFuncType()
Get 数据加工目标主题的类型.
|
void |
setDstResources(DataTransformResouceInfo[] DstResources)
Set 加工任务目的topic_id以及别名
|
void |
setEtlContent(String EtlContent)
Set 用户输入的加工语句
|
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, toJsonString
public CheckFunctionRequest()
public CheckFunctionRequest(CheckFunctionRequest source)
public String getEtlContent()
public void setEtlContent(String EtlContent)
EtlContent
- 用户输入的加工语句public DataTransformResouceInfo[] getDstResources()
public void setDstResources(DataTransformResouceInfo[] DstResources)
DstResources
- 加工任务目的topic_id以及别名public Long getFuncType()
public void setFuncType(Long FuncType)
FuncType
- 数据加工目标主题的类型. 1 固定主题 2动态创建Copyright © 2024. All rights reserved.