Class Notification
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.Notification
-
public class Notification extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventConfig[]getEventConfigs()Get 事件配置StringgetTopicName()Get CMQ主题名字,要求主题名有效且关联订阅voidsetEventConfigs(EventConfig[] EventConfigs)Set 事件配置voidsetTopicName(String TopicName)Set CMQ主题名字,要求主题名有效且关联订阅voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Notification
public Notification()
-
Notification
public 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.
-
-
Method Detail
-
getTopicName
public String getTopicName()
Get CMQ主题名字,要求主题名有效且关联订阅- Returns:
- TopicName CMQ主题名字,要求主题名有效且关联订阅
-
setTopicName
public void setTopicName(String TopicName)
Set CMQ主题名字,要求主题名有效且关联订阅- Parameters:
TopicName- CMQ主题名字,要求主题名有效且关联订阅
-
getEventConfigs
public EventConfig[] getEventConfigs()
Get 事件配置- Returns:
- EventConfigs 事件配置
-
setEventConfigs
public void setEventConfigs(EventConfig[] EventConfigs)
Set 事件配置- Parameters:
EventConfigs- 事件配置
-
-