public class MenstrualHistory extends AbstractModel
Constructor and Description |
---|
MenstrualHistory() |
MenstrualHistory(MenstrualHistory 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 |
getCycles()
Get 月经周期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDuration()
Get 行经天数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFlow()
Get 经量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIsOrNot()
Get 是否来月经
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLastTime()
Get 末次月经时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMenarcheAge()
Get 月经初潮年龄
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCycles(String Cycles)
Set 月经周期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDuration(String Duration)
Set 行经天数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlow(String Flow)
Set 经量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsOrNot(String IsOrNot)
Set 是否来月经
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastTime(String LastTime)
Set 末次月经时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenarcheAge(String MenarcheAge)
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 MenstrualHistory()
public MenstrualHistory(MenstrualHistory source)
public String getIsOrNot()
public void setIsOrNot(String IsOrNot)
IsOrNot
- 是否来月经
注意:此字段可能返回 null,表示取不到有效值。public String getMenarcheAge()
public void setMenarcheAge(String MenarcheAge)
MenarcheAge
- 月经初潮年龄
注意:此字段可能返回 null,表示取不到有效值。public String getLastTime()
public void setLastTime(String LastTime)
LastTime
- 末次月经时间
注意:此字段可能返回 null,表示取不到有效值。public String getFlow()
public void setFlow(String Flow)
Flow
- 经量
注意:此字段可能返回 null,表示取不到有效值。public String getCycles()
public void setCycles(String Cycles)
Cycles
- 月经周期
注意:此字段可能返回 null,表示取不到有效值。public String getDuration()
public void setDuration(String Duration)
Duration
- 行经天数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.