public class OkrObjectivesBatchResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<OpenObjectiveDTO> |
content |
Boolean |
success |
| 构造器和说明 |
|---|
OkrObjectivesBatchResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OkrObjectivesBatchResponseBody |
build(Map<String,?> map) |
List<OpenObjectiveDTO> |
getContent() |
Boolean |
getSuccess() |
OkrObjectivesBatchResponseBody |
setContent(List<OpenObjectiveDTO> content) |
OkrObjectivesBatchResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="content") public List<OpenObjectiveDTO> content
@NameInMap(value="success") public Boolean success
public static OkrObjectivesBatchResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic OkrObjectivesBatchResponseBody setContent(List<OpenObjectiveDTO> content)
public List<OpenObjectiveDTO> getContent()
public OkrObjectivesBatchResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.