public class DescribeWebhookContactsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contactIds
The ID of the alert contact.
|
Long |
page
The number of the page to return.
|
Long |
size
The number of alert contacts displayed on each page.
|
String |
webhookName
The name of the webhook alert contact.
|
| 构造器和说明 |
|---|
DescribeWebhookContactsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeWebhookContactsRequest |
build(Map<String,?> map) |
String |
getContactIds() |
Long |
getPage() |
Long |
getSize() |
String |
getWebhookName() |
DescribeWebhookContactsRequest |
setContactIds(String contactIds) |
DescribeWebhookContactsRequest |
setPage(Long page) |
DescribeWebhookContactsRequest |
setSize(Long size) |
DescribeWebhookContactsRequest |
setWebhookName(String webhookName) |
@NameInMap(value="ContactIds") public String contactIds
The ID of the alert contact.
example:123
@NameInMap(value="Page") public Long page
The number of the page to return.
This parameter is required.
example:1
@NameInMap(value="Size") public Long size
The number of alert contacts displayed on each page.
This parameter is required.
example:20
@NameInMap(value="WebhookName") public String webhookName
The name of the webhook alert contact.
example:Webhook name
public static DescribeWebhookContactsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebhookContactsRequest setContactIds(String contactIds)
public String getContactIds()
public DescribeWebhookContactsRequest setPage(Long page)
public Long getPage()
public DescribeWebhookContactsRequest setSize(Long size)
public Long getSize()
public DescribeWebhookContactsRequest setWebhookName(String webhookName)
public String getWebhookName()
Copyright © 2024. All rights reserved.