public class MolecularValue extends AbstractModel
header, skipSign
Constructor and Description |
---|
MolecularValue() |
MolecularValue(MolecularValue 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 |
getExon()
Get 外显子
|
String |
getPosition()
Get 点位
|
String |
getPositive()
Get 阳性或阴性
|
String |
getSrc()
Get 基因名称原文
|
String |
getType()
Get 类型
|
void |
setExon(String Exon)
Set 外显子
|
void |
setPosition(String Position)
Set 点位
|
void |
setPositive(String Positive)
Set 阳性或阴性
|
void |
setSrc(String Src)
Set 基因名称原文
|
void |
setType(String Type)
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, toJsonString
public MolecularValue()
public MolecularValue(MolecularValue source)
public String getExon()
public void setExon(String Exon)
Exon
- 外显子public String getPosition()
public void setPosition(String Position)
Position
- 点位public String getType()
public void setType(String Type)
Type
- 类型public String getPositive()
public void setPositive(String Positive)
Positive
- 阳性或阴性public String getSrc()
public void setSrc(String Src)
Src
- 基因名称原文Copyright © 2024. All rights reserved.