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