public class LymphTotal extends AbstractModel
header, skipSign
Constructor and Description |
---|
LymphTotal() |
LymphTotal(LymphTotal 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,表示取不到有效值。
|
Long[] |
getIndex()
Get 索引
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 项目名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrc()
Get 原文
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTotal()
Get 总数量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTransferNum()
Get 转移数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCoords(Coord[] Coords)
Set 原文对应坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndex(Long[] Index)
Set 索引
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 项目名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrc(String Src)
Set 原文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(String Total)
Set 总数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransferNum(String TransferNum)
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 LymphTotal()
public LymphTotal(LymphTotal source)
public String getName()
public void setName(String Name)
Name
- 项目名称
注意:此字段可能返回 null,表示取不到有效值。public String getTransferNum()
public void setTransferNum(String TransferNum)
TransferNum
- 转移数量
注意:此字段可能返回 null,表示取不到有效值。public String getTotal()
public void setTotal(String Total)
Total
- 总数量
注意:此字段可能返回 null,表示取不到有效值。public String getSrc()
public void setSrc(String Src)
Src
- 原文
注意:此字段可能返回 null,表示取不到有效值。public Long[] getIndex()
public void setIndex(Long[] Index)
Index
- 索引
注意:此字段可能返回 null,表示取不到有效值。public Coord[] getCoords()
public void setCoords(Coord[] Coords)
Coords
- 原文对应坐标
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.