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. | 
| String | getName()Get Topic name. | 
| Long | getPartitionNum()Get The number of read/write partitions. | 
| String | getRemark()Get Description. | 
| Long | getUpdateTime()Get Creation time in milliseconds. | 
| void | setCreateTime(Long CreateTime)Set Creation time in milliseconds. | 
| 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 | 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, toJsonStringpublic RocketMQTopic()
public RocketMQTopic(RocketMQTopic source)
public String getName()
public void setName(String Name)
Name - Topic name.public 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.