Class TransformsParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.TransformsParam
-
public class TransformsParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TransformsParam()TransformsParam(TransformsParam 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 BatchAnalyseParamgetBatchAnalyse()Get 数组解析 注意:此字段可能返回 null,表示取不到有效值。StringgetContent()Get 原始数据FailureParamgetFailureParam()Get 失败处理 注意:此字段可能返回 null,表示取不到有效值。FieldParam[]getFieldChain()Get 处理链FilterMapParam[]getFilterParam()Get 过滤器 注意:此字段可能返回 null,表示取不到有效值。BooleangetKeepMetadata()Get 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false 注意:此字段可能返回 null,表示取不到有效值。StringgetOutputFormat()Get 输出格式,JSON,ROW,默认为JSON 注意:此字段可能返回 null,表示取不到有效值。StringgetResult()Get 测试结果 注意:此字段可能返回 null,表示取不到有效值。RowParamgetRowParam()Get 输出格式为ROW必填 注意:此字段可能返回 null,表示取不到有效值。StringgetSourceType()Get 数据来源 注意:此字段可能返回 null,表示取不到有效值。voidsetBatchAnalyse(BatchAnalyseParam BatchAnalyse)Set 数组解析 注意:此字段可能返回 null,表示取不到有效值。voidsetContent(String Content)Set 原始数据voidsetFailureParam(FailureParam FailureParam)Set 失败处理 注意:此字段可能返回 null,表示取不到有效值。voidsetFieldChain(FieldParam[] FieldChain)Set 处理链voidsetFilterParam(FilterMapParam[] FilterParam)Set 过滤器 注意:此字段可能返回 null,表示取不到有效值。voidsetKeepMetadata(Boolean KeepMetadata)Set 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false 注意:此字段可能返回 null,表示取不到有效值。voidsetOutputFormat(String OutputFormat)Set 输出格式,JSON,ROW,默认为JSON 注意:此字段可能返回 null,表示取不到有效值。voidsetResult(String Result)Set 测试结果 注意:此字段可能返回 null,表示取不到有效值。voidsetRowParam(RowParam RowParam)Set 输出格式为ROW必填 注意:此字段可能返回 null,表示取不到有效值。voidsetSourceType(String SourceType)Set 数据来源 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
TransformsParam
public TransformsParam()
-
TransformsParam
public TransformsParam(TransformsParam 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
-
getContent
public String getContent()
Get 原始数据- Returns:
- Content 原始数据
-
setContent
public void setContent(String Content)
Set 原始数据- Parameters:
Content- 原始数据
-
getFieldChain
public FieldParam[] getFieldChain()
Get 处理链- Returns:
- FieldChain 处理链
-
setFieldChain
public void setFieldChain(FieldParam[] FieldChain)
Set 处理链- Parameters:
FieldChain- 处理链
-
getFilterParam
public FilterMapParam[] getFilterParam()
Get 过滤器 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FilterParam 过滤器 注意:此字段可能返回 null,表示取不到有效值。
-
setFilterParam
public void setFilterParam(FilterMapParam[] FilterParam)
Set 过滤器 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FilterParam- 过滤器 注意:此字段可能返回 null,表示取不到有效值。
-
getFailureParam
public FailureParam getFailureParam()
Get 失败处理 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FailureParam 失败处理 注意:此字段可能返回 null,表示取不到有效值。
-
setFailureParam
public void setFailureParam(FailureParam FailureParam)
Set 失败处理 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FailureParam- 失败处理 注意:此字段可能返回 null,表示取不到有效值。
-
getResult
public String getResult()
Get 测试结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Result 测试结果 注意:此字段可能返回 null,表示取不到有效值。
-
setResult
public void setResult(String Result)
Set 测试结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Result- 测试结果 注意:此字段可能返回 null,表示取不到有效值。
-
getSourceType
public String getSourceType()
Get 数据来源 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SourceType 数据来源 注意:此字段可能返回 null,表示取不到有效值。
-
setSourceType
public void setSourceType(String SourceType)
Set 数据来源 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SourceType- 数据来源 注意:此字段可能返回 null,表示取不到有效值。
-
getOutputFormat
public String getOutputFormat()
Get 输出格式,JSON,ROW,默认为JSON 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutputFormat 输出格式,JSON,ROW,默认为JSON 注意:此字段可能返回 null,表示取不到有效值。
-
setOutputFormat
public void setOutputFormat(String OutputFormat)
Set 输出格式,JSON,ROW,默认为JSON 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutputFormat- 输出格式,JSON,ROW,默认为JSON 注意:此字段可能返回 null,表示取不到有效值。
-
getRowParam
public RowParam getRowParam()
Get 输出格式为ROW必填 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RowParam 输出格式为ROW必填 注意:此字段可能返回 null,表示取不到有效值。
-
setRowParam
public void setRowParam(RowParam RowParam)
Set 输出格式为ROW必填 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RowParam- 输出格式为ROW必填 注意:此字段可能返回 null,表示取不到有效值。
-
getKeepMetadata
public Boolean getKeepMetadata()
Get 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KeepMetadata 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false 注意:此字段可能返回 null,表示取不到有效值。
-
setKeepMetadata
public void setKeepMetadata(Boolean KeepMetadata)
Set 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KeepMetadata- 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false 注意:此字段可能返回 null,表示取不到有效值。
-
getBatchAnalyse
public BatchAnalyseParam getBatchAnalyse()
Get 数组解析 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BatchAnalyse 数组解析 注意:此字段可能返回 null,表示取不到有效值。
-
setBatchAnalyse
public void setBatchAnalyse(BatchAnalyseParam BatchAnalyse)
Set 数组解析 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BatchAnalyse- 数组解析 注意:此字段可能返回 null,表示取不到有效值。
-
-