public static class OkrObjectiveKr.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
OkrObjectiveKr |
build() |
OkrObjectiveKr.Builder |
content(String content)
KeyResult 内容
示例值:1111@张三9
|
OkrObjectiveKr.Builder |
id(String id)
Key Result ID
示例值:7073360471990140948
|
OkrObjectiveKr.Builder |
progressRate(OkrProgressRate progressRate)
KeyResult进度
示例值:
|
OkrObjectiveKr.Builder |
score(Integer score)
KeyResult打分(0 - 100)
示例值:100
|
OkrObjectiveKr.Builder |
weight(Double weight)
KeyResult的权重(0 - 100)
示例值:50
|
public OkrObjectiveKr.Builder id(String id)
示例值:7073360471990140948
id - public OkrObjectiveKr.Builder content(String content)
示例值:1111@张三9
content - public OkrObjectiveKr.Builder score(Integer score)
示例值:100
score - public OkrObjectiveKr.Builder weight(Double weight)
示例值:50
weight - public OkrObjectiveKr.Builder progressRate(OkrProgressRate progressRate)
示例值:
progressRate - public OkrObjectiveKr build()
Copyright © 2025. All rights reserved.