类 OkrDetailObjectiveKr.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.OkrDetailObjectiveKr.Builder
- 封闭类:
OkrDetailObjectiveKr
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()KeyResult 内容createTime(Integer createTime) 创建时间 毫秒Key Result IDmodifyTime(Integer modifyTime) 修改时间 毫秒posKeyResult打分(0 - 100)KeyResult的权重(0 - 100)(废弃)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
Key Result ID示例值:6976243668438992428
- 参数:
id-- 返回:
-
pos
pos示例值:100
- 参数:
pos-- 返回:
-
score
KeyResult打分(0 - 100)示例值:100
- 参数:
score-- 返回:
-
weight
KeyResult的权重(0 - 100)(废弃)示例值:100
- 参数:
weight-- 返回:
-
content
KeyResult 内容示例值:
- 参数:
content-- 返回:
-
createTime
创建时间 毫秒示例值:1624327915448
- 参数:
createTime-- 返回:
-
modifyTime
修改时间 毫秒示例值:1624327915448
- 参数:
modifyTime-- 返回:
-
build
-