public static class TestEventPatternResponseBody.TestEventPatternResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
result
The value true indicates that the event pattern matches the provided JSON format.
|
| 构造器和说明 |
|---|
TestEventPatternResponseBodyData() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TestEventPatternResponseBody.TestEventPatternResponseBodyData |
build(Map<String,?> map) |
Boolean |
getResult() |
TestEventPatternResponseBody.TestEventPatternResponseBodyData |
setResult(Boolean result) |
@NameInMap(value="Result") public Boolean result
The value true indicates that the event pattern matches the provided JSON format. The value false indicates that the event pattern does not match the provided JSON format.
example:true
public static TestEventPatternResponseBody.TestEventPatternResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic TestEventPatternResponseBody.TestEventPatternResponseBodyData setResult(Boolean result)
public Boolean getResult()
Copyright © 2026. All rights reserved.