类 Kr.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.Kr.Builder
- 封闭类:
Kr
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()KeyResult 对应的 Content 详细内容createTime(Integer createTime) KeyResult 的创建时间 毫秒KeyResult IDmodifyTime(Integer modifyTime) KeyResult 的最后修改时间 毫秒KeyResult 在所属 Objective 中的排序KeyResult 评分,返回值为百分制分数,需要除以 100 以获得 OKR 页面上显示的 1 分制分数KeyResult 的权重
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
KeyResult ID示例值:
- 参数:
id-- 返回:
-
pos
KeyResult 在所属 Objective 中的排序示例值:
- 参数:
pos-- 返回:
-
score
KeyResult 评分,返回值为百分制分数,需要除以 100 以获得 OKR 页面上显示的 1 分制分数示例值:
- 参数:
score-- 返回:
-
weight
KeyResult 的权重示例值:
- 参数:
weight-- 返回:
-
content
KeyResult 对应的 Content 详细内容示例值:
- 参数:
content-- 返回:
-
createTime
KeyResult 的创建时间 毫秒示例值:
- 参数:
createTime-- 返回:
-
modifyTime
KeyResult 的最后修改时间 毫秒示例值:
- 参数:
modifyTime-- 返回:
-
build
-