public class DeliverConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeliverConfig() | 
| DeliverConfig(DeliverConfig 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 | getRegion()Get 地域信息。
示例:
 ap-guangzhou  广州地域;
ap-nanjing 南京地域。
详细信息请查看官网[地域和访问域名](https://cloud.tencent.com/document/product/614/18940) | 
| Long | getScope()Get 投递数据范围。
0: 全部日志, 包括告警策略日常周期执行的所有日志,也包括告警策略变更产生的日志,默认值
1:仅告警触发及恢复日志 | 
| String | getTopicId()Get 日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID | 
| void | setRegion(String Region)Set 地域信息。
示例:
 ap-guangzhou  广州地域;
ap-nanjing 南京地域。
详细信息请查看官网[地域和访问域名](https://cloud.tencent.com/document/product/614/18940) | 
| void | setScope(Long Scope)Set 投递数据范围。
0: 全部日志, 包括告警策略日常周期执行的所有日志,也包括告警策略变更产生的日志,默认值
1:仅告警触发及恢复日志 | 
| void | setTopicId(String TopicId)Set 日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID | 
| 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 DeliverConfig()
public DeliverConfig(DeliverConfig source)
public String getRegion()
public void setRegion(String Region)
Region - 地域信息。
示例:
 ap-guangzhou  广州地域;
ap-nanjing 南京地域。
详细信息请查看官网[地域和访问域名](https://cloud.tencent.com/document/product/614/18940)public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题IDpublic Long getScope()
public void setScope(Long Scope)
Scope - 投递数据范围。
0: 全部日志, 包括告警策略日常周期执行的所有日志,也包括告警策略变更产生的日志,默认值
1:仅告警触发及恢复日志Copyright © 2025. All rights reserved.