public class CheckSimilarPersonRequest extends AbstractModel
Constructor and Description |
---|
CheckSimilarPersonRequest() |
CheckSimilarPersonRequest(CheckSimilarPersonRequest 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[] |
getGroupIds()
Get 待整理的人员库列表。
人员库总人数不可超过200万,人员库个数不可超过10个。
数组元素取值为创建人员库接口中的GroupId
|
Long |
getUniquePersonControl()
Get 人员查重整理力度的控制。
1:力度较高的档案整理,能够消除更多的重复身份,对应稍高的非重复身份误清除率;
2:力度较低的档案整理,非重复身份的误清除率较低,对应稍低的重复身份消除率。
|
void |
setGroupIds(String[] GroupIds)
Set 待整理的人员库列表。
人员库总人数不可超过200万,人员库个数不可超过10个。
数组元素取值为创建人员库接口中的GroupId
|
void |
setUniquePersonControl(Long UniquePersonControl)
Set 人员查重整理力度的控制。
1:力度较高的档案整理,能够消除更多的重复身份,对应稍高的非重复身份误清除率;
2:力度较低的档案整理,非重复身份的误清除率较低,对应稍低的重复身份消除率。
|
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 CheckSimilarPersonRequest()
public CheckSimilarPersonRequest(CheckSimilarPersonRequest source)
public String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds
- 待整理的人员库列表。
人员库总人数不可超过200万,人员库个数不可超过10个。
数组元素取值为创建人员库接口中的GroupIdpublic Long getUniquePersonControl()
public void setUniquePersonControl(Long UniquePersonControl)
UniquePersonControl
- 人员查重整理力度的控制。
1:力度较高的档案整理,能够消除更多的重复身份,对应稍高的非重复身份误清除率;
2:力度较低的档案整理,非重复身份的误清除率较低,对应稍低的重复身份消除率。Copyright © 2021. All rights reserved.