public class MarryHistory extends AbstractModel
Constructor and Description |
---|
MarryHistory() |
MarryHistory(MarryHistory 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 |
getFertility()
Get 生育史
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMarriage()
Get 结婚史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFertility(String Fertility)
Set 生育史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMarriage(String Marriage)
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 MarryHistory()
public MarryHistory(MarryHistory source)
public String getMarriage()
public void setMarriage(String Marriage)
Marriage
- 结婚史
注意:此字段可能返回 null,表示取不到有效值。public String getFertility()
public void setFertility(String Fertility)
Fertility
- 生育史
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.