Class GroupCandidate

    • Constructor Detail

      • GroupCandidate

        public GroupCandidate()
      • GroupCandidate

        public GroupCandidate​(GroupCandidate 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.
    • Method Detail

      • getGroupId

        public String getGroupId()
        Get 人员库ID 。
        Returns:
        GroupId 人员库ID 。
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 人员库ID 。
        Parameters:
        GroupId - 人员库ID 。
      • getCandidates

        public Candidate[] getCandidates()
        Get 识别出的最相似候选人。
        Returns:
        Candidates 识别出的最相似候选人。
      • setCandidates

        public void setCandidates​(Candidate[] Candidates)
        Set 识别出的最相似候选人。
        Parameters:
        Candidates - 识别出的最相似候选人。