public class BaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BaseInfo() | 
| BaseInfo(BaseInfo 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 | 
|---|---|
| Coord[] | getCoords()Get 原文对应坐标 | 
| Long[] | getIndex()Get 索引 | 
| String | getName()Get 项目名称 | 
| String | getSrc()Get 原文 | 
| String | getValue()Get 标准值 | 
| void | setCoords(Coord[] Coords)Set 原文对应坐标 | 
| void | setIndex(Long[] Index)Set 索引 | 
| void | setName(String Name)Set 项目名称 | 
| void | setSrc(String Src)Set 原文 | 
| void | setValue(String Value)Set 标准值 | 
| 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 BaseInfo()
public BaseInfo(BaseInfo source)
public String getName()
public void setName(String Name)
Name - 项目名称public Long[] getIndex()
public void setIndex(Long[] Index)
Index - 索引public String getSrc()
public void setSrc(String Src)
Src - 原文public String getValue()
public void setValue(String Value)
Value - 标准值public Coord[] getCoords()
public void setCoords(Coord[] Coords)
Coords - 原文对应坐标Copyright © 2025. All rights reserved.