public class BirthCert extends AbstractModel
header, skipSign
Constructor and Description |
---|
BirthCert() |
BirthCert(BirthCert 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 |
---|---|
ParentInfo |
getFatherInfo()
Get 父亲信息
注意:此字段可能返回 null,表示取不到有效值。
|
IssueInfo |
getIssueInfo()
Get 签发信息
注意:此字段可能返回 null,表示取不到有效值。
|
ParentInfo |
getMotherInfo()
Get 母亲信息
注意:此字段可能返回 null,表示取不到有效值。
|
NeonatalInfo |
getNeonatalInfo()
Get 新生儿信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFatherInfo(ParentInfo FatherInfo)
Set 父亲信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIssueInfo(IssueInfo IssueInfo)
Set 签发信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMotherInfo(ParentInfo MotherInfo)
Set 母亲信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNeonatalInfo(NeonatalInfo NeonatalInfo)
Set 新生儿信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BirthCert()
public BirthCert(BirthCert source)
public NeonatalInfo getNeonatalInfo()
public void setNeonatalInfo(NeonatalInfo NeonatalInfo)
NeonatalInfo
- 新生儿信息
注意:此字段可能返回 null,表示取不到有效值。public ParentInfo getMotherInfo()
public void setMotherInfo(ParentInfo MotherInfo)
MotherInfo
- 母亲信息
注意:此字段可能返回 null,表示取不到有效值。public ParentInfo getFatherInfo()
public void setFatherInfo(ParentInfo FatherInfo)
FatherInfo
- 父亲信息
注意:此字段可能返回 null,表示取不到有效值。public IssueInfo getIssueInfo()
public void setIssueInfo(IssueInfo IssueInfo)
IssueInfo
- 签发信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.