public class Extraction extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Extraction() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getExtractionInputPath()Get JsonPath, 不指定则使用默认值$. | 
| String | getFormat()Get 取值: TEXT/JSON | 
| TextParams | getTextParams()Get 仅在Text需要传递
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setExtractionInputPath(String ExtractionInputPath)Set JsonPath, 不指定则使用默认值$. | 
| void | setFormat(String Format)Set 取值: TEXT/JSON | 
| void | setTextParams(TextParams TextParams)Set 仅在Text需要传递
注意:此字段可能返回 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, toJsonStringpublic Extraction()
public Extraction(Extraction source)
public String getExtractionInputPath()
public void setExtractionInputPath(String ExtractionInputPath)
ExtractionInputPath - JsonPath, 不指定则使用默认值$.public String getFormat()
public void setFormat(String Format)
Format - 取值: TEXT/JSONpublic TextParams getTextParams()
public void setTextParams(TextParams TextParams)
TextParams - 仅在Text需要传递
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.