public class RocketMQTopic extends AbstractModel
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 Creation time in milliseconds.
|
Long |
getGroupNum()
Get The number of subscription groups
|
String |
getName()
Get Topic name.
|
Long |
getPartitionNum()
Get The number of read/write partitions.
|
String |
getRemark()
Get Description.
|
String |
getType()
Get Topic type.
|
Long |
getUpdateTime()
Get Creation time in milliseconds.
|
void |
setCreateTime(Long CreateTime)
Set Creation time in milliseconds.
|
void |
setGroupNum(Long GroupNum)
Set The number of subscription groups
|
void |
setName(String Name)
Set Topic name.
|
void |
setPartitionNum(Long PartitionNum)
Set The number of read/write partitions.
|
void |
setRemark(String Remark)
Set Description.
|
void |
setType(String Type)
Set Topic type.
|
void |
setUpdateTime(Long UpdateTime)
Set Creation time in milliseconds.
|
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 RocketMQTopic()
public RocketMQTopic(RocketMQTopic source)
public String getName()
public void setName(String Name)
Name
- Topic name.public String getType()
public void setType(String Type)
Type
- Topic type. Enumerated values: `Normal`, `GlobalOrder`, `PartitionedOrder`, `Transaction`, `Retry`, and `DeadLetter`.public Long getGroupNum()
public void setGroupNum(Long GroupNum)
GroupNum
- The number of subscription groupspublic String getRemark()
public void setRemark(String Remark)
Remark
- Description.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum
- The number of read/write partitions.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time in milliseconds.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Creation time in milliseconds.Copyright © 2023. All rights reserved.