public class LymphNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LymphNode() | 
| LymphNode(LymphNode 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 项目名称 | 
| Part | getPart()Get 部位 | 
| Long[] | getSizes()Get 淋巴结大小 | 
| String | getSrc()Get 原文 | 
| Long | getTotal()Get 总数量 | 
| Long | getTransferNum()Get 转移数量 | 
| void | setCoords(Coord[] Coords)Set 原文对应坐标 | 
| void | setIndex(Long[] Index)Set 索引 | 
| void | setName(String Name)Set 项目名称 | 
| void | setPart(Part Part)Set 部位 | 
| void | setSizes(Long[] Sizes)Set 淋巴结大小 | 
| void | setSrc(String Src)Set 原文 | 
| void | setTotal(Long Total)Set 总数量 | 
| void | setTransferNum(Long TransferNum)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 LymphNode()
public LymphNode(LymphNode source)
public String getName()
public void setName(String Name)
Name - 项目名称public Long[] getIndex()
public void setIndex(Long[] Index)
Index - 索引public Part getPart()
public void setPart(Part Part)
Part - 部位public String getSrc()
public void setSrc(String Src)
Src - 原文public Long getTotal()
public void setTotal(Long Total)
Total - 总数量public Long getTransferNum()
public void setTransferNum(Long TransferNum)
TransferNum - 转移数量public Long[] getSizes()
public void setSizes(Long[] Sizes)
Sizes - 淋巴结大小public Coord[] getCoords()
public void setCoords(Coord[] Coords)
Coords - 原文对应坐标Copyright © 2025. All rights reserved.