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 Target topic ID and alias of the data processing task
|
String |
getEtlContent()
Get Processing statement entered by the user
|
Long |
getFuncType()
Get Type of the target topic for data processing.
|
void |
setDstResources(DataTransformResouceInfo[] DstResources)
Set Target topic ID and alias of the data processing task
|
void |
setEtlContent(String EtlContent)
Set Processing statement entered by the user
|
void |
setFuncType(Long FuncType)
Set Type of the target topic for data processing.
|
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 CheckFunctionRequest()
public CheckFunctionRequest(CheckFunctionRequest source)
public String getEtlContent()
public void setEtlContent(String EtlContent)
EtlContent
- Processing statement entered by the userpublic DataTransformResouceInfo[] getDstResources()
public void setDstResources(DataTransformResouceInfo[] DstResources)
DstResources
- Target topic ID and alias of the data processing taskpublic Long getFuncType()
public void setFuncType(Long FuncType)
FuncType
- Type of the target topic for data processing. Valid values: 1 (fixed Topic) and 2 (dynamic creation)Copyright © 2024. All rights reserved.