public class ListNotificationPoliciesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
directedMode
Specifies whether to enable simple mode.
|
String |
ids
The ID of the notification policy.
|
Boolean |
isDetail
Specifies whether to query the details about notification policies.
|
String |
name
The name of the notification policy.
|
Long |
page
The number of the page to return.
|
String |
regionId
The ID of the region.
|
Long |
size
The number of entries to return on each page.
|
| 构造器和说明 |
|---|
ListNotificationPoliciesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListNotificationPoliciesRequest |
build(Map<String,?> map) |
Boolean |
getDirectedMode() |
String |
getIds() |
Boolean |
getIsDetail() |
String |
getName() |
Long |
getPage() |
String |
getRegionId() |
Long |
getSize() |
ListNotificationPoliciesRequest |
setDirectedMode(Boolean directedMode) |
ListNotificationPoliciesRequest |
setIds(String ids) |
ListNotificationPoliciesRequest |
setIsDetail(Boolean isDetail) |
ListNotificationPoliciesRequest |
setName(String name) |
ListNotificationPoliciesRequest |
setPage(Long page) |
ListNotificationPoliciesRequest |
setRegionId(String regionId) |
ListNotificationPoliciesRequest |
setSize(Long size) |
@NameInMap(value="DirectedMode") public Boolean directedMode
Specifies whether to enable simple mode.
@NameInMap(value="Ids") public String ids
The ID of the notification policy.
example:12345
@NameInMap(value="IsDetail") public Boolean isDetail
Specifies whether to query the details about notification policies. Valid values:
true: Details about notification policies are queried.false: Details about notification policies are not queried.false
@NameInMap(value="Name") public String name
The name of the notification policy.
example:notificationpolicy_test
@NameInMap(value="Page") public Long page
The number of the page to return.
This parameter is required.
example:1
@NameInMap(value="RegionId") public String regionId
The ID of the region.
example:cn-hangzhou
@NameInMap(value="Size") public Long size
The number of entries to return on each page.
This parameter is required.
example:20
public static ListNotificationPoliciesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListNotificationPoliciesRequest setDirectedMode(Boolean directedMode)
public Boolean getDirectedMode()
public ListNotificationPoliciesRequest setIds(String ids)
public String getIds()
public ListNotificationPoliciesRequest setIsDetail(Boolean isDetail)
public Boolean getIsDetail()
public ListNotificationPoliciesRequest setName(String name)
public String getName()
public ListNotificationPoliciesRequest setPage(Long page)
public Long getPage()
public ListNotificationPoliciesRequest setRegionId(String regionId)
public String getRegionId()
public ListNotificationPoliciesRequest setSize(Long size)
public Long getSize()
Copyright © 2024. All rights reserved.