public static class TestEventSourceConfigResponseBody.TestEventSourceConfigResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
checkItem
The name of the check item.
|
String |
errorMsg
The error message.
|
String |
isSucceed
Indicates whether the check item is executed.
|
| 构造器和说明 |
|---|
TestEventSourceConfigResponseBodyData() |
@NameInMap(value="CheckItem") public String checkItem
The name of the check item.
example:CHECK_CONNECTION
@NameInMap(value="ErrorMsg") public String errorMsg
The error message.
example:Connection established successfully.
@NameInMap(value="IsSucceed") public String isSucceed
Indicates whether the check item is executed.
example:true
public static TestEventSourceConfigResponseBody.TestEventSourceConfigResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic TestEventSourceConfigResponseBody.TestEventSourceConfigResponseBodyData setCheckItem(String checkItem)
public String getCheckItem()
public TestEventSourceConfigResponseBody.TestEventSourceConfigResponseBodyData setErrorMsg(String errorMsg)
public String getErrorMsg()
public TestEventSourceConfigResponseBody.TestEventSourceConfigResponseBodyData setIsSucceed(String isSucceed)
public String getIsSucceed()
Copyright © 2026. All rights reserved.