public class TransformsParam extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
BatchAnalyseParam |
getBatchAnalyse()
Get 数组解析
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getContent()
Get 原始数据
|
FailureParam |
getFailureParam()
Get 失败处理
注意:此字段可能返回 null,表示取不到有效值。
|
FieldParam[] |
getFieldChain()
Get 处理链
|
FilterMapParam[] |
getFilterParam()
Get 过滤器
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getKeepMetadata()
Get 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOutputFormat()
Get 输出格式,JSON,ROW,默认为JSON
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResult()
Get 测试结果
注意:此字段可能返回 null,表示取不到有效值。
|
RowParam |
getRowParam()
Get 输出格式为ROW必填
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSourceType()
Get 数据来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBatchAnalyse(BatchAnalyseParam BatchAnalyse)
Set 数组解析
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(String Content)
Set 原始数据
|
void |
setFailureParam(FailureParam FailureParam)
Set 失败处理
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFieldChain(FieldParam[] FieldChain)
Set 处理链
|
void |
setFilterParam(FilterMapParam[] FilterParam)
Set 过滤器
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeepMetadata(Boolean KeepMetadata)
Set 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOutputFormat(String OutputFormat)
Set 输出格式,JSON,ROW,默认为JSON
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResult(String Result)
Set 测试结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRowParam(RowParam RowParam)
Set 输出格式为ROW必填
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSourceType(String SourceType)
Set 数据来源
注意:此字段可能返回 null,表示取不到有效值。
|
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 TransformsParam()
public TransformsParam(TransformsParam source)
public String getContent()
public void setContent(String Content)
Content
- 原始数据public FieldParam[] getFieldChain()
public void setFieldChain(FieldParam[] FieldChain)
FieldChain
- 处理链public FilterMapParam[] getFilterParam()
public void setFilterParam(FilterMapParam[] FilterParam)
FilterParam
- 过滤器
注意:此字段可能返回 null,表示取不到有效值。public FailureParam getFailureParam()
public void setFailureParam(FailureParam FailureParam)
FailureParam
- 失败处理
注意:此字段可能返回 null,表示取不到有效值。public String getResult()
public void setResult(String Result)
Result
- 测试结果
注意:此字段可能返回 null,表示取不到有效值。public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- 数据来源
注意:此字段可能返回 null,表示取不到有效值。public String getOutputFormat()
public void setOutputFormat(String OutputFormat)
OutputFormat
- 输出格式,JSON,ROW,默认为JSON
注意:此字段可能返回 null,表示取不到有效值。public RowParam getRowParam()
public void setRowParam(RowParam RowParam)
RowParam
- 输出格式为ROW必填
注意:此字段可能返回 null,表示取不到有效值。public Boolean getKeepMetadata()
public void setKeepMetadata(Boolean KeepMetadata)
KeepMetadata
- 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false
注意:此字段可能返回 null,表示取不到有效值。public BatchAnalyseParam getBatchAnalyse()
public void setBatchAnalyse(BatchAnalyseParam BatchAnalyse)
BatchAnalyse
- 数组解析
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.