public class LiveStreamTaskNotifyConfig extends AbstractModel
Constructor and Description |
---|
LiveStreamTaskNotifyConfig() |
LiveStreamTaskNotifyConfig(LiveStreamTaskNotifyConfig 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 |
getCmqModel()
Get CMQ 的模型,有 Queue 和 Topic 两种,目前仅支持 Queue。
|
String |
getCmqRegion()
Get CMQ 的园区,如 sh,bj 等。
|
String |
getQueueName()
Get 当模型为 Queue 时有效,表示接收事件通知的 CMQ 的队列名。
|
String |
getTopicName()
Get 当模型为 Topic 时有效,表示接收事件通知的 CMQ 的主题名。
|
void |
setCmqModel(String CmqModel)
Set CMQ 的模型,有 Queue 和 Topic 两种,目前仅支持 Queue。
|
void |
setCmqRegion(String CmqRegion)
Set CMQ 的园区,如 sh,bj 等。
|
void |
setQueueName(String QueueName)
Set 当模型为 Queue 时有效,表示接收事件通知的 CMQ 的队列名。
|
void |
setTopicName(String TopicName)
Set 当模型为 Topic 时有效,表示接收事件通知的 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 LiveStreamTaskNotifyConfig()
public LiveStreamTaskNotifyConfig(LiveStreamTaskNotifyConfig source)
public String getCmqModel()
public void setCmqModel(String CmqModel)
CmqModel
- CMQ 的模型,有 Queue 和 Topic 两种,目前仅支持 Queue。public String getCmqRegion()
public void setCmqRegion(String CmqRegion)
CmqRegion
- CMQ 的园区,如 sh,bj 等。public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- 当模型为 Queue 时有效,表示接收事件通知的 CMQ 的队列名。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 当模型为 Topic 时有效,表示接收事件通知的 CMQ 的主题名。Copyright © 2021. All rights reserved.