public class ReferralRecommendInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReferralRecommendInfo.Builder |
| 构造器和说明 |
|---|
ReferralRecommendInfo() |
ReferralRecommendInfo(ReferralRecommendInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
Integer |
getFamiliarity() |
Integer |
getMatchDegree() |
Integer |
getRelationship() |
SpecificRelationship |
getSpecificRelationship() |
Integer |
getWorkAbilityFamiliarity() |
static ReferralRecommendInfo.Builder |
newBuilder() |
void |
setComment(String comment) |
void |
setFamiliarity(Integer familiarity) |
void |
setMatchDegree(Integer matchDegree) |
void |
setRelationship(Integer relationship) |
void |
setSpecificRelationship(SpecificRelationship specificRelationship) |
void |
setWorkAbilityFamiliarity(Integer workAbilityFamiliarity) |
public ReferralRecommendInfo()
public ReferralRecommendInfo(ReferralRecommendInfo.Builder builder)
public static ReferralRecommendInfo.Builder newBuilder()
public Integer getRelationship()
public void setRelationship(Integer relationship)
public Integer getFamiliarity()
public void setFamiliarity(Integer familiarity)
public String getComment()
public void setComment(String comment)
public SpecificRelationship getSpecificRelationship()
public void setSpecificRelationship(SpecificRelationship specificRelationship)
public Integer getWorkAbilityFamiliarity()
public void setWorkAbilityFamiliarity(Integer workAbilityFamiliarity)
public Integer getMatchDegree()
public void setMatchDegree(Integer matchDegree)
Copyright © 2025. All rights reserved.