Class TransformsParam

    • 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,表示取不到有效值。