public class BaseItem3 extends AbstractModel
header, skipSign
Constructor and Description |
---|
BaseItem3() |
BaseItem3(BaseItem3 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 四点坐标
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOrder()
Get 第几次
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrc()
Get 原始文本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 归一化后值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCoords(Coord[] Coords)
Set 四点坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrder(Long Order)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BaseItem3()
public BaseItem3(BaseItem3 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 Coord[] getCoords()
public void setCoords(Coord[] Coords)
Coords
- 四点坐标
注意:此字段可能返回 null,表示取不到有效值。public Long getOrder()
public void setOrder(Long Order)
Order
- 第几次
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.