public class DescribeContactsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contactIds
The ID of the alert contact that you want to query.
|
String |
contactName
The name of the alert contact.
|
String |
email
The email address of the alert contact.
|
Long |
page
The number of the page to return.
|
String |
phone
The mobile number of the alert contact.
|
String |
regionId
The region ID.
|
Long |
size
The number of alert contacts to return on each page.
|
String |
verbose
Specifies whether to return redundant information.
|
| 构造器和说明 |
|---|
DescribeContactsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeContactsRequest |
build(Map<String,?> map) |
String |
getContactIds() |
String |
getContactName() |
String |
getEmail() |
Long |
getPage() |
String |
getPhone() |
String |
getRegionId() |
Long |
getSize() |
String |
getVerbose() |
DescribeContactsRequest |
setContactIds(String contactIds) |
DescribeContactsRequest |
setContactName(String contactName) |
DescribeContactsRequest |
setEmail(String email) |
DescribeContactsRequest |
setPage(Long page) |
DescribeContactsRequest |
setPhone(String phone) |
DescribeContactsRequest |
setRegionId(String regionId) |
DescribeContactsRequest |
setSize(Long size) |
DescribeContactsRequest |
setVerbose(String verbose) |
@NameInMap(value="ContactIds") public String contactIds
The ID of the alert contact that you want to query. Separate multiple contact IDs with spaces.
example:123,321
@NameInMap(value="ContactName") public String contactName
The name of the alert contact.
example:John Doe
@NameInMap(value="Email") public String email
The email address of the alert contact.
example:@NameInMap(value="Page") public Long page
The number of the page to return.
This parameter is required.
example:1
@NameInMap(value="Phone") public String phone
The mobile number of the alert contact.
example:1381111*****
@NameInMap(value="RegionId") public String regionId
The region ID.
example:cn-hangzhou
@NameInMap(value="Size") public Long size
The number of alert contacts to return on each page.
This parameter is required.
example:20
@NameInMap(value="Verbose") public String verbose
Specifies whether to return redundant information.
example:true
public static DescribeContactsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactsRequest setContactIds(String contactIds)
public String getContactIds()
public DescribeContactsRequest setContactName(String contactName)
public String getContactName()
public DescribeContactsRequest setEmail(String email)
public String getEmail()
public DescribeContactsRequest setPage(Long page)
public Long getPage()
public DescribeContactsRequest setPhone(String phone)
public String getPhone()
public DescribeContactsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeContactsRequest setSize(Long size)
public Long getSize()
public DescribeContactsRequest setVerbose(String verbose)
public String getVerbose()
Copyright © 2024. All rights reserved.