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 创建时间,以毫秒为单位
|
String |
getName()
Get 主题名称
|
Long |
getPartitionNum()
Get 读写分区数
|
String |
getRemark()
Get 说明
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUpdateTime()
Get 创建时间,以毫秒为单位
|
void |
setCreateTime(Long CreateTime)
Set 创建时间,以毫秒为单位
|
void |
setName(String Name)
Set 主题名称
|
void |
setPartitionNum(Long PartitionNum)
Set 读写分区数
|
void |
setRemark(String Remark)
Set 说明
注意:此字段可能返回 null,表示取不到有效值。
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RocketMQTopic()
public RocketMQTopic(RocketMQTopic source)
public String getName()
public void setName(String Name)
Name
- 主题名称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 © 2022. All rights reserved.