public class DescribeAlarmNoticesRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmNoticesRequest() |
DescribeAlarmNoticesRequest(DescribeAlarmNoticesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getGroupIds()
Get 接收组列表
|
String |
getModule()
Get 模块名,这里填“monitor”
|
String |
getName()
Get 告警通知模板名称 用来模糊搜索
|
String[] |
getNoticeIds()
Get 根据通知模板 id 过滤,空数组/不传则不过滤
|
String[] |
getOnCallFormIDs()
Get 值班列表
|
String |
getOrder()
Get 按更新时间排序方式 ASC=正序 DESC=倒序
|
Long |
getOwnerUid()
Get 主账号 uid 用于创建预设通知
|
Long |
getPageNumber()
Get 页码 最小为1
|
Long |
getPageSize()
Get 分页大小 1~200
|
String |
getReceiverType()
Get 根据接收人过滤告警通知模板需要选定通知用户类型 USER=用户 GROUP=用户组 传空=不按接收人过滤
|
Tag[] |
getTags()
Get 模板根据标签过滤
|
Long[] |
getUserIds()
Get 接收对象列表
|
void |
setGroupIds(Long[] GroupIds)
Set 接收组列表
|
void |
setModule(String Module)
Set 模块名,这里填“monitor”
|
void |
setName(String Name)
Set 告警通知模板名称 用来模糊搜索
|
void |
setNoticeIds(String[] NoticeIds)
Set 根据通知模板 id 过滤,空数组/不传则不过滤
|
void |
setOnCallFormIDs(String[] OnCallFormIDs)
Set 值班列表
|
void |
setOrder(String Order)
Set 按更新时间排序方式 ASC=正序 DESC=倒序
|
void |
setOwnerUid(Long OwnerUid)
Set 主账号 uid 用于创建预设通知
|
void |
setPageNumber(Long PageNumber)
Set 页码 最小为1
|
void |
setPageSize(Long PageSize)
Set 分页大小 1~200
|
void |
setReceiverType(String ReceiverType)
Set 根据接收人过滤告警通知模板需要选定通知用户类型 USER=用户 GROUP=用户组 传空=不按接收人过滤
|
void |
setTags(Tag[] Tags)
Set 模板根据标签过滤
|
void |
setUserIds(Long[] UserIds)
Set 接收对象列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAlarmNoticesRequest()
public DescribeAlarmNoticesRequest(DescribeAlarmNoticesRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,这里填“monitor”public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码 最小为1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页大小 1~200public String getOrder()
public void setOrder(String Order)
Order
- 按更新时间排序方式 ASC=正序 DESC=倒序public Long getOwnerUid()
public void setOwnerUid(Long OwnerUid)
OwnerUid
- 主账号 uid 用于创建预设通知public String getName()
public void setName(String Name)
Name
- 告警通知模板名称 用来模糊搜索public String getReceiverType()
public void setReceiverType(String ReceiverType)
ReceiverType
- 根据接收人过滤告警通知模板需要选定通知用户类型 USER=用户 GROUP=用户组 传空=不按接收人过滤public Long[] getUserIds()
public void setUserIds(Long[] UserIds)
UserIds
- 接收对象列表public Long[] getGroupIds()
public void setGroupIds(Long[] GroupIds)
GroupIds
- 接收组列表public String[] getNoticeIds()
public void setNoticeIds(String[] NoticeIds)
NoticeIds
- 根据通知模板 id 过滤,空数组/不传则不过滤public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 模板根据标签过滤public String[] getOnCallFormIDs()
public void setOnCallFormIDs(String[] OnCallFormIDs)
OnCallFormIDs
- 值班列表Copyright © 2023. All rights reserved.