public class DeleteAlertContactRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
contactId
The ID of the alert contact.
|
String |
regionId
The ID of the region.
|
| 构造器和说明 |
|---|
DeleteAlertContactRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAlertContactRequest |
build(Map<String,?> map) |
Long |
getContactId() |
String |
getRegionId() |
DeleteAlertContactRequest |
setContactId(Long contactId) |
DeleteAlertContactRequest |
setRegionId(String regionId) |
@NameInMap(value="ContactId") public Long contactId
The ID of the alert contact.
This parameter is required.
example:123
@NameInMap(value="RegionId") public String regionId
The ID of the region.
This parameter is required.
example:cn-hangzhou
public static DeleteAlertContactRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAlertContactRequest setContactId(Long contactId)
public Long getContactId()
public DeleteAlertContactRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.