public class AlignObjectiveResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AlignObjectiveResponseBody.AlignObjectiveResponseBodyData |
static class |
AlignObjectiveResponseBody.UnAlignObjectiveResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
AlignObjectiveResponseBody.AlignObjectiveResponseBodyData |
data |
Boolean |
success |
| 构造器和说明 |
|---|
AlignObjectiveResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AlignObjectiveResponseBody |
build(Map<String,?> map) |
AlignObjectiveResponseBody.AlignObjectiveResponseBodyData |
getData() |
Boolean |
getSuccess() |
AlignObjectiveResponseBody |
setData(AlignObjectiveResponseBody.AlignObjectiveResponseBodyData data) |
AlignObjectiveResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="data") public AlignObjectiveResponseBody.AlignObjectiveResponseBodyData data
@NameInMap(value="success") public Boolean success
public static AlignObjectiveResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic AlignObjectiveResponseBody setData(AlignObjectiveResponseBody.AlignObjectiveResponseBodyData data)
public AlignObjectiveResponseBody.AlignObjectiveResponseBodyData getData()
public AlignObjectiveResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.