public class PhysicalBaseItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
PhysicalBaseItem() |
PhysicalBaseItem(PhysicalBaseItem 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 四点坐标
|
String |
getName()
Get 类型
|
String |
getSrc()
Get 原始文本
|
String |
getValue()
Get 归一化后值
|
void |
setCoords(Coord[] Coords)
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, toJsonString
public PhysicalBaseItem()
public PhysicalBaseItem(PhysicalBaseItem source)
public String getName()
public void setName(String Name)
Name
- 类型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 © 2024. All rights reserved.