public class AgoalObjectiveRulePeriodListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<OpenObjectiveRulePeriodDTO> |
content
This parameter is required.
|
String |
requestId
example:
7478B23C-80E8-1AD6-BE8C-09D480E0xxxx
|
Boolean |
success
This parameter is required.
|
| 构造器和说明 |
|---|
AgoalObjectiveRulePeriodListResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AgoalObjectiveRulePeriodListResponseBody |
build(Map<String,?> map) |
List<OpenObjectiveRulePeriodDTO> |
getContent() |
String |
getRequestId() |
Boolean |
getSuccess() |
AgoalObjectiveRulePeriodListResponseBody |
setContent(List<OpenObjectiveRulePeriodDTO> content) |
AgoalObjectiveRulePeriodListResponseBody |
setRequestId(String requestId) |
AgoalObjectiveRulePeriodListResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="content") public List<OpenObjectiveRulePeriodDTO> content
This parameter is required.
@NameInMap(value="requestId") public String requestId
7478B23C-80E8-1AD6-BE8C-09D480E0xxxx
@NameInMap(value="success") public Boolean success
This parameter is required.
public static AgoalObjectiveRulePeriodListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic AgoalObjectiveRulePeriodListResponseBody setContent(List<OpenObjectiveRulePeriodDTO> content)
public List<OpenObjectiveRulePeriodDTO> getContent()
public AgoalObjectiveRulePeriodListResponseBody setRequestId(String requestId)
public String getRequestId()
public AgoalObjectiveRulePeriodListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.