public class TestEventPatternResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
TestEventPatternResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
TestEventPatternResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TestEventPatternResponse |
build(Map<String,?> map) |
TestEventPatternResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
TestEventPatternResponse |
setBody(TestEventPatternResponseBody body) |
TestEventPatternResponse |
setHeaders(Map<String,String> headers) |
TestEventPatternResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public TestEventPatternResponseBody body
public static TestEventPatternResponse build(Map<String,?> map) throws Exception
Exceptionpublic TestEventPatternResponse setHeaders(Map<String,String> headers)
public TestEventPatternResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public TestEventPatternResponse setBody(TestEventPatternResponseBody body)
public TestEventPatternResponseBody getBody()
Copyright © 2026. All rights reserved.