public class Value extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Value() | 
| Value(Value 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 | getAutoContent()Get 自动识别的字段内容 | 
| Polygon | getCoord()Get 四点坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPageIndex()Get 页数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAutoContent(String AutoContent)Set 自动识别的字段内容 | 
| void | setCoord(Polygon Coord)Set 四点坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageIndex(String PageIndex)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, toJsonStringpublic Value()
public Value(Value source)
public String getAutoContent()
public void setAutoContent(String AutoContent)
AutoContent - 自动识别的字段内容public Polygon getCoord()
public void setCoord(Polygon Coord)
Coord - 四点坐标
注意:此字段可能返回 null,表示取不到有效值。public String getPageIndex()
public void setPageIndex(String PageIndex)
PageIndex - 页数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.