类 FiveStartScoringResult.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.FiveStartScoringResult.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()highestScoreDesc(String highestScoreDesc) 最高分中文描述highestScoreEnDesc(String highestScoreEnDesc) 最高分英文描述lowestScoreDesc(String lowestScoreDesc) 最低分中文描述lowestScoreEnDesc(String lowestScoreEnDesc) 最低分英文描述scoreResult(Double scoreResult) 评分分数
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
highestScoreDesc
最高分中文描述示例值:非常好
- 参数:
highestScoreDesc-- 返回:
-
highestScoreEnDesc
最高分英文描述示例值:Very Good
- 参数:
highestScoreEnDesc-- 返回:
-
lowestScoreDesc
最低分中文描述示例值:非常差
- 参数:
lowestScoreDesc-- 返回:
-
lowestScoreEnDesc
最低分英文描述示例值:Very Bad
- 参数:
lowestScoreEnDesc-- 返回:
-
scoreResult
评分分数示例值:4
- 参数:
scoreResult-- 返回:
-
build
-