Class Extraction

    • Constructor Detail

      • Extraction

        public Extraction()
      • Extraction

        public Extraction​(Extraction 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

      • getExtractionInputPath

        public String getExtractionInputPath()
        Get JsonPath, 不指定则使用默认值$.
        Returns:
        ExtractionInputPath JsonPath, 不指定则使用默认值$.
      • setExtractionInputPath

        public void setExtractionInputPath​(String ExtractionInputPath)
        Set JsonPath, 不指定则使用默认值$.
        Parameters:
        ExtractionInputPath - JsonPath, 不指定则使用默认值$.
      • getFormat

        public String getFormat()
        Get 取值: TEXT/JSON
        Returns:
        Format 取值: TEXT/JSON
      • setFormat

        public void setFormat​(String Format)
        Set 取值: TEXT/JSON
        Parameters:
        Format - 取值: TEXT/JSON
      • getTextParams

        public TextParams getTextParams()
        Get 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TextParams 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。
      • setTextParams

        public void setTextParams​(TextParams TextParams)
        Set 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TextParams - 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。