public class BaseItem extends AbstractModel
skipSign
Constructor and Description |
---|
BaseItem() |
BaseItem(BaseItem 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 |
getAlias()
Get 别名
注意:此字段可能返回 null,表示取不到有效值。
|
Coord[] |
getCoords()
Get 四点坐标
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrc()
Get 原始文本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 归一化后值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlias(String Alias)
Set 别名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCoords(Coord[] Coords)
Set 四点坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrc(String Src)
Set 原始文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 归一化后值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BaseItem()
public BaseItem(BaseItem source)
public String getName()
public void setName(String Name)
Name
- 类型名称
注意:此字段可能返回 null,表示取不到有效值。public String getSrc()
public void setSrc(String Src)
Src
- 原始文本
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 归一化后值
注意:此字段可能返回 null,表示取不到有效值。public String getAlias()
public void setAlias(String Alias)
Alias
- 别名
注意:此字段可能返回 null,表示取不到有效值。public Coord[] getCoords()
public void setCoords(Coord[] Coords)
Coords
- 四点坐标
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.