public class CreateWebhookResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contactId
The ID of the contact for webhook alerts.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
CreateWebhookResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateWebhookResponseBody |
build(Map<String,?> map) |
String |
getContactId() |
String |
getRequestId() |
CreateWebhookResponseBody |
setContactId(String contactId) |
CreateWebhookResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ContactId") public String contactId
The ID of the contact for webhook alerts.
example:48716
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:16AF921B-8187-489F-9913-43C808B4****
public static CreateWebhookResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateWebhookResponseBody setContactId(String contactId)
public String getContactId()
public CreateWebhookResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.