public class SurgeryUrogenitalSystem extends AbstractModel
header, skipSign
Constructor and Description |
---|
SurgeryUrogenitalSystem() |
SurgeryUrogenitalSystem(SurgeryUrogenitalSystem 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 |
---|---|
KeyValueItem |
getExternalReproductiveOrgans()
Get 外生殖器(男性)
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem |
getProstate()
Get 前列腺
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem |
getText()
Get 泌尿生殖系统总体描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExternalReproductiveOrgans(KeyValueItem ExternalReproductiveOrgans)
Set 外生殖器(男性)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProstate(KeyValueItem Prostate)
Set 前列腺
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(KeyValueItem Text)
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 SurgeryUrogenitalSystem()
public SurgeryUrogenitalSystem(SurgeryUrogenitalSystem source)
public KeyValueItem getText()
public void setText(KeyValueItem Text)
Text
- 泌尿生殖系统总体描述
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem getProstate()
public void setProstate(KeyValueItem Prostate)
Prostate
- 前列腺
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem getExternalReproductiveOrgans()
public void setExternalReproductiveOrgans(KeyValueItem ExternalReproductiveOrgans)
ExternalReproductiveOrgans
- 外生殖器(男性)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.