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