public class TaskNotifyConfig extends AbstractModel
Constructor and Description |
---|
TaskNotifyConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getCmqModel()
Get CMQ model.
|
String |
getCmqRegion()
Get CMQ region, such as `sh` and `bj`.
|
String |
getNotifyMode()
Get Workflow notification method.
|
String |
getQueueName()
Get This parameter is valid when the model is `Queue`, indicating the name of the CMQ queue for receiving event notifications.
|
String |
getTopicName()
Get This parameter is valid when the model is `Topic`, indicating the name of the CMQ topic for receiving event notifications.
|
void |
setCmqModel(String CmqModel)
Set CMQ model.
|
void |
setCmqRegion(String CmqRegion)
Set CMQ region, such as `sh` and `bj`.
|
void |
setNotifyMode(String NotifyMode)
Set Workflow notification method.
|
void |
setQueueName(String QueueName)
Set This parameter is valid when the model is `Queue`, indicating the name of the CMQ queue for receiving event notifications.
|
void |
setTopicName(String TopicName)
Set This parameter is valid when the model is `Topic`, indicating the name of the CMQ topic for receiving event notifications.
|
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 String getCmqModel()
public void setCmqModel(String CmqModel)
CmqModel
- CMQ model. There are two types: `Queue` and `Topic`. Currently, only `Queue` is supported.public String getCmqRegion()
public void setCmqRegion(String CmqRegion)
CmqRegion
- CMQ region, such as `sh` and `bj`.public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- This parameter is valid when the model is `Queue`, indicating the name of the CMQ queue for receiving event notifications.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- This parameter is valid when the model is `Topic`, indicating the name of the CMQ topic for receiving event notifications.public String getNotifyMode()
public void setNotifyMode(String NotifyMode)
NotifyMode
- Workflow notification method. Valid values: Finish, Change. If this parameter is left empty, `Finish` will be used.Copyright © 2020. All rights reserved.