public class Invasive extends AbstractModel
Constructor and Description |
---|
Invasive() |
Invasive(Invasive 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 |
---|---|
Long[] |
getIndex()
Get 索引
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPart()
Get 部位
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPositive()
Get 阴阳性
|
String |
getText()
Get 原文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndex(Long[] Index)
Set 索引
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPart(String Part)
Set 部位
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPositive(String Positive)
Set 阴阳性
|
void |
setText(String Text)
Set 原文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Invasive()
public Invasive(Invasive source)
public Long[] getIndex()
public void setIndex(Long[] Index)
Index
- 索引
注意:此字段可能返回 null,表示取不到有效值。public String getText()
public void setText(String Text)
Text
- 原文
注意:此字段可能返回 null,表示取不到有效值。public String getPart()
public void setPart(String Part)
Part
- 部位
注意:此字段可能返回 null,表示取不到有效值。public String getPositive()
public void setPositive(String Positive)
Positive
- 阴阳性Copyright © 2021. All rights reserved.