public class RocketMQTopic extends AbstractModel
skipSign
Constructor and Description |
---|
RocketMQTopic() |
RocketMQTopic(RocketMQTopic 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 |
---|---|
Long |
getCreateTime()
Get 创建时间,以毫秒为单位
|
Long |
getGroupNum()
Get 订阅组数量
|
String |
getName()
Get 主题名称
|
Long |
getPartitionNum()
Get 读写分区数
|
String |
getRemark()
Get 说明
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter
|
Long |
getUpdateTime()
Get 创建时间,以毫秒为单位
|
void |
setCreateTime(Long CreateTime)
Set 创建时间,以毫秒为单位
|
void |
setGroupNum(Long GroupNum)
Set 订阅组数量
|
void |
setName(String Name)
Set 主题名称
|
void |
setPartitionNum(Long PartitionNum)
Set 读写分区数
|
void |
setRemark(String Remark)
Set 说明
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter
|
void |
setUpdateTime(Long UpdateTime)
Set 创建时间,以毫秒为单位
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RocketMQTopic()
public RocketMQTopic(RocketMQTopic source)
public String getName()
public void setName(String Name)
Name
- 主题名称public String getType()
public void setType(String Type)
Type
- 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetterpublic Long getGroupNum()
public void setGroupNum(Long GroupNum)
GroupNum
- 订阅组数量public String getRemark()
public void setRemark(String Remark)
Remark
- 说明
注意:此字段可能返回 null,表示取不到有效值。public Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum
- 读写分区数public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间,以毫秒为单位public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 创建时间,以毫秒为单位Copyright © 2023. All rights reserved.