public class ChiefComplaintDetailBlock extends AbstractModel
header, skipSign
Constructor and Description |
---|
ChiefComplaintDetailBlock() |
ChiefComplaintDetailBlock(ChiefComplaintDetailBlock 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 |
getDiseaseName()
Get 疾病名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPart()
Get 部位
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTime()
Get 时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTimeType()
Get 时间类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiseaseName(String DiseaseName)
Set 疾病名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPart(String Part)
Set 部位
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(String Time)
Set 时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeType(String TimeType)
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 ChiefComplaintDetailBlock()
public ChiefComplaintDetailBlock(ChiefComplaintDetailBlock source)
public String getDiseaseName()
public void setDiseaseName(String DiseaseName)
DiseaseName
- 疾病名称
注意:此字段可能返回 null,表示取不到有效值。public String getPart()
public void setPart(String Part)
Part
- 部位
注意:此字段可能返回 null,表示取不到有效值。public String getTime()
public void setTime(String Time)
Time
- 时间
注意:此字段可能返回 null,表示取不到有效值。public String getTimeType()
public void setTimeType(String TimeType)
TimeType
- 时间类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.