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