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 Number of read/write partitions
|
String |
getRemark()
Get Remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
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 Number of read/write partitions
|
void |
setRemark(String Remark)
Set Remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
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 namepublic String getRemark()
public void setRemark(String Remark)
Remark
- Remarks
Note: this field may return null, indicating that no valid values can be obtained.public Long getPartitionNum()
public void setPartitionNum(Long PartitionNum)
PartitionNum
- Number of read/write partitionspublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time in millisecondspublic Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Creation time in millisecondsCopyright © 2022. All rights reserved.