public class PatchOkrKeyResultReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchOkrKeyResultReqBody.Builder |
| 构造器和说明 |
|---|
PatchOkrKeyResultReqBody() |
PatchOkrKeyResultReqBody(PatchOkrKeyResultReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentBlock |
getContent() |
String |
getDeadline() |
Double |
getScore() |
static PatchOkrKeyResultReqBody.Builder |
newBuilder() |
void |
setContent(ContentBlock content) |
void |
setDeadline(String deadline) |
void |
setScore(Double score) |
public PatchOkrKeyResultReqBody()
public PatchOkrKeyResultReqBody(PatchOkrKeyResultReqBody.Builder builder)
public ContentBlock getContent()
public void setContent(ContentBlock content)
public Double getScore()
public void setScore(Double score)
public String getDeadline()
public void setDeadline(String deadline)
public static PatchOkrKeyResultReqBody.Builder newBuilder()
Copyright © 2026. All rights reserved.