public class Notification extends AbstractModel
Constructor and Description |
---|
Notification() |
Notification(Notification 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 |
---|---|
EventConfig[] |
getEventConfigs()
Get 事件配置
|
String |
getTopicName()
Get CMQ主题名字,要求主题名有效且关联订阅
|
void |
setEventConfigs(EventConfig[] EventConfigs)
Set 事件配置
|
void |
setTopicName(String TopicName)
Set CMQ主题名字,要求主题名有效且关联订阅
|
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 Notification()
public Notification(Notification source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- CMQ主题名字,要求主题名有效且关联订阅public EventConfig[] getEventConfigs()
public void setEventConfigs(EventConfig[] EventConfigs)
EventConfigs
- 事件配置Copyright © 2021. All rights reserved.