public class TopicItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
TopicItem() |
TopicItem(TopicItem 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 |
getClusterIdV4()
Get 4.x的集群id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFullNamespaceV4()
Get 4.x的完整命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstanceId()
Get 实例ID
|
Long |
getMsgTTL()
Get 消息保留时长
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespaceV4()
Get 4.x的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getQueueNum()
Get 队列数量
|
String |
getRemark()
Get 描述
|
String |
getTopic()
Get 主题名称
|
String |
getTopicType()
Get 主题类型
NORMAL:普通消息,
FIFO:顺序消息,
DELAY:延时消息,
TRANSACTION:事务消息
|
String |
getTopicV4()
Get 4.x的主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterIdV4(String ClusterIdV4)
Set 4.x的集群id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFullNamespaceV4(String FullNamespaceV4)
Set 4.x的完整命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setMsgTTL(Long MsgTTL)
Set 消息保留时长
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespaceV4(String NamespaceV4)
Set 4.x的命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQueueNum(Long QueueNum)
Set 队列数量
|
void |
setRemark(String Remark)
Set 描述
|
void |
setTopic(String Topic)
Set 主题名称
|
void |
setTopicType(String TopicType)
Set 主题类型
NORMAL:普通消息,
FIFO:顺序消息,
DELAY:延时消息,
TRANSACTION:事务消息
|
void |
setTopicV4(String TopicV4)
Set 4.x的主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TopicItem()
public TopicItem(TopicItem source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getTopic()
public void setTopic(String Topic)
Topic
- 主题名称public String getTopicType()
public void setTopicType(String TopicType)
TopicType
- 主题类型
NORMAL:普通消息,
FIFO:顺序消息,
DELAY:延时消息,
TRANSACTION:事务消息public Long getQueueNum()
public void setQueueNum(Long QueueNum)
QueueNum
- 队列数量public String getRemark()
public void setRemark(String Remark)
Remark
- 描述public String getClusterIdV4()
public void setClusterIdV4(String ClusterIdV4)
ClusterIdV4
- 4.x的集群id
注意:此字段可能返回 null,表示取不到有效值。public String getNamespaceV4()
public void setNamespaceV4(String NamespaceV4)
NamespaceV4
- 4.x的命名空间
注意:此字段可能返回 null,表示取不到有效值。public String getTopicV4()
public void setTopicV4(String TopicV4)
TopicV4
- 4.x的主题名称
注意:此字段可能返回 null,表示取不到有效值。public String getFullNamespaceV4()
public void setFullNamespaceV4(String FullNamespaceV4)
FullNamespaceV4
- 4.x的完整命名空间
注意:此字段可能返回 null,表示取不到有效值。public Long getMsgTTL()
public void setMsgTTL(Long MsgTTL)
MsgTTL
- 消息保留时长
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.