public class MsgQueueData extends AbstractModel
Constructor and Description |
---|
MsgQueueData() |
MsgQueueData(MsgQueueData 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 |
getInstance()
Get 实例名称
|
Long |
getMsgQueueType()
Get 消息队列类型 1:CMQ 2:kafka
|
String |
getMsgRegion()
Get 消息地域
|
String |
getMsgType()
Get 消息类型列表,整型值(0-31)之间以“,”分隔
|
String |
getTopic()
Get 主题名称
|
void |
setInstance(String Instance)
Set 实例名称
|
void |
setMsgQueueType(Long MsgQueueType)
Set 消息队列类型 1:CMQ 2:kafka
|
void |
setMsgRegion(String MsgRegion)
Set 消息地域
|
void |
setMsgType(String MsgType)
Set 消息类型列表,整型值(0-31)之间以“,”分隔
|
void |
setTopic(String Topic)
Set 主题名称
|
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 MsgQueueData()
public MsgQueueData(MsgQueueData source)
public Long getMsgQueueType()
public void setMsgQueueType(Long MsgQueueType)
MsgQueueType
- 消息队列类型 1:CMQ 2:kafkapublic String getMsgType()
public void setMsgType(String MsgType)
MsgType
- 消息类型列表,整型值(0-31)之间以“,”分隔public String getTopic()
public void setTopic(String Topic)
Topic
- 主题名称public String getInstance()
public void setInstance(String Instance)
Instance
- 实例名称public String getMsgRegion()
public void setMsgRegion(String MsgRegion)
MsgRegion
- 消息地域Copyright © 2021. All rights reserved.