public class DescribeAlarmNotifyHistoriesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAlarmNotifyHistoriesRequest() | 
| DescribeAlarmNotifyHistoriesRequest(DescribeAlarmNotifyHistoriesRequest 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 | 
|---|---|
| String | getModelName()Get 当监控类型为 MT_QCE 时候需要填写, 告警策略类型 | 
| String | getMonitorType()Get 监控类型 | 
| String | getNamespace()Get 当监控类型为 MT_QCE 时候需要填写,归属的命名空间 | 
| PageByNoParams | getPageParams()Get 分页参数 | 
| String | getPolicyId()Get 查询某个策略的通知历史 | 
| Long | getQueryBaseTime()Get 起始时间点,unix秒级时间戳 | 
| Long | getQueryBeforeSeconds()Get 从 QueryBaseTime 开始,需要查询往前多久的时间,单位秒 | 
| void | setModelName(String ModelName)Set 当监控类型为 MT_QCE 时候需要填写, 告警策略类型 | 
| void | setMonitorType(String MonitorType)Set 监控类型 | 
| void | setNamespace(String Namespace)Set 当监控类型为 MT_QCE 时候需要填写,归属的命名空间 | 
| void | setPageParams(PageByNoParams PageParams)Set 分页参数 | 
| void | setPolicyId(String PolicyId)Set 查询某个策略的通知历史 | 
| void | setQueryBaseTime(Long QueryBaseTime)Set 起始时间点,unix秒级时间戳 | 
| void | setQueryBeforeSeconds(Long QueryBeforeSeconds)Set 从 QueryBaseTime 开始,需要查询往前多久的时间,单位秒 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAlarmNotifyHistoriesRequest()
public DescribeAlarmNotifyHistoriesRequest(DescribeAlarmNotifyHistoriesRequest source)
public String getMonitorType()
public void setMonitorType(String MonitorType)
MonitorType - 监控类型public Long getQueryBaseTime()
public void setQueryBaseTime(Long QueryBaseTime)
QueryBaseTime - 起始时间点,unix秒级时间戳public Long getQueryBeforeSeconds()
public void setQueryBeforeSeconds(Long QueryBeforeSeconds)
QueryBeforeSeconds - 从 QueryBaseTime 开始,需要查询往前多久的时间,单位秒public PageByNoParams getPageParams()
public void setPageParams(PageByNoParams PageParams)
PageParams - 分页参数public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 当监控类型为 MT_QCE 时候需要填写,归属的命名空间public String getModelName()
public void setModelName(String ModelName)
ModelName - 当监控类型为 MT_QCE 时候需要填写, 告警策略类型public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId - 查询某个策略的通知历史Copyright © 2025. All rights reserved.