public class GroupCandidate extends AbstractModel
Constructor and Description |
---|
GroupCandidate() |
Modifier and Type | Method and Description |
---|---|
Candidate[] |
getCandidates()
Get 识别出的最相似候选人。
|
String |
getGroupId()
Get 人员库ID 。
|
void |
setCandidates(Candidate[] Candidates)
Set 识别出的最相似候选人。
|
void |
setGroupId(String GroupId)
Set 人员库ID 。
|
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 String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 人员库ID 。public Candidate[] getCandidates()
public void setCandidates(Candidate[] Candidates)
Candidates
- 识别出的最相似候选人。Copyright © 2020. All rights reserved.