public class SearchAlertContactRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contactIds
The ID of the alert contact.
|
String |
contactName
The name of the alert contact.
|
String |
currentPage
The number of the page to return.
|
String |
email
The email address of the alert contact.
|
String |
pageSize
The number of entries to return on each page.
|
String |
phone
The mobile number of the alert contact.
|
String |
regionId
The ID of the region.
|
| 构造器和说明 |
|---|
SearchAlertContactRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SearchAlertContactRequest |
build(Map<String,?> map) |
String |
getContactIds() |
String |
getContactName() |
String |
getCurrentPage() |
String |
getEmail() |
String |
getPageSize() |
String |
getPhone() |
String |
getRegionId() |
SearchAlertContactRequest |
setContactIds(String contactIds) |
SearchAlertContactRequest |
setContactName(String contactName) |
SearchAlertContactRequest |
setCurrentPage(String currentPage) |
SearchAlertContactRequest |
setEmail(String email) |
SearchAlertContactRequest |
setPageSize(String pageSize) |
SearchAlertContactRequest |
setPhone(String phone) |
SearchAlertContactRequest |
setRegionId(String regionId) |
@NameInMap(value="ContactIds") public String contactIds
The ID of the alert contact.
example:[12345]
@NameInMap(value="ContactName") public String contactName
The name of the alert contact.
example:John Doe
@NameInMap(value="CurrentPage") public String currentPage
The number of the page to return.
example:1
@NameInMap(value="Email") public String email
The email address of the alert contact.
example:@NameInMap(value="PageSize") public String pageSize
The number of entries to return on each page.
example:20
@NameInMap(value="Phone") public String phone
The mobile number of the alert contact.
example:1381111*****
@NameInMap(value="RegionId") public String regionId
The ID of the region. Set the value to cn-hangzhou.
This parameter is required.
example:cn-hangzhou
public static SearchAlertContactRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertContactRequest setContactIds(String contactIds)
public String getContactIds()
public SearchAlertContactRequest setContactName(String contactName)
public String getContactName()
public SearchAlertContactRequest setCurrentPage(String currentPage)
public String getCurrentPage()
public SearchAlertContactRequest setEmail(String email)
public String getEmail()
public SearchAlertContactRequest setPageSize(String pageSize)
public String getPageSize()
public SearchAlertContactRequest setPhone(String phone)
public String getPhone()
public SearchAlertContactRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.