public static class PersonInfoChn.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PersonInfoChn |
build() |
PersonInfoChn.Builder |
firstEntryTime(String firstEntryTime)
首次入境日期
示例值:2023-07-09
|
PersonInfoChn.Builder |
hukouLocation(String hukouLocation)
户口所在地
示例值:山东省平阴县
|
PersonInfoChn.Builder |
hukouType(Enum hukouType)
-| 户口类型,枚举值可查询【获取字段详情】接口获取,按如下参数查询即可: - custom_api_name:hukou_type - object_api_name:person_info_chn
示例值:
|
PersonInfoChn.Builder |
leaveTime(String leaveTime)
预计离境日期
示例值:2023-07-09
|
PersonInfoChn.Builder |
nativeRegion(String nativeRegion)
籍贯 ID
示例值:6863326262618752111
|
PersonInfoChn.Builder |
politicalAffiliations(Enum[] politicalAffiliations)
政治面貌,枚举值可查询【获取字段详情】接口获取,按如下参数查询即可: - custom_api_name:political_affiliation - object_api_name:person_info_chn
示例值:
|
public PersonInfoChn.Builder nativeRegion(String nativeRegion)
示例值:6863326262618752111
nativeRegion - public PersonInfoChn.Builder hukouType(Enum hukouType)
示例值:
hukouType - public PersonInfoChn.Builder hukouLocation(String hukouLocation)
示例值:山东省平阴县
hukouLocation - public PersonInfoChn.Builder firstEntryTime(String firstEntryTime)
示例值:2023-07-09
firstEntryTime - public PersonInfoChn.Builder leaveTime(String leaveTime)
示例值:2023-07-09
leaveTime - public PersonInfoChn.Builder politicalAffiliations(Enum[] politicalAffiliations)
示例值:
politicalAffiliations - public PersonInfoChn build()
Copyright © 2025. All rights reserved.