public class Notification extends AbstractModel
header, skipSign| 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 Event configuration 
 | 
String | 
getTopicName()
Get CMQ topic name which should be valid and associated with a subscription 
 | 
void | 
setEventConfigs(EventConfig[] EventConfigs)
Set Event configuration 
 | 
void | 
setTopicName(String TopicName)
Set CMQ topic name which should be valid and associated with a subscription 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Notification()
public Notification(Notification source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName - CMQ topic name which should be valid and associated with a subscriptionpublic EventConfig[] getEventConfigs()
public void setEventConfigs(EventConfig[] EventConfigs)
EventConfigs - Event configurationCopyright © 2025. All rights reserved.