Class RocketMQTopic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RocketMQTopic
-
public class RocketMQTopic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCreateTime()Get 创建时间,以毫秒为单位LonggetGroupNum()Get 订阅组数量StringgetName()Get 主题名称LonggetPartitionNum()Get 读写分区数StringgetRemark()Get 说明 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetterLonggetUpdateTime()Get 创建时间,以毫秒为单位voidsetCreateTime(Long CreateTime)Set 创建时间,以毫秒为单位voidsetGroupNum(Long GroupNum)Set 订阅组数量voidsetName(String Name)Set 主题名称voidsetPartitionNum(Long PartitionNum)Set 读写分区数voidsetRemark(String Remark)Set 说明 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLettervoidsetUpdateTime(Long UpdateTime)Set 创建时间,以毫秒为单位voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RocketMQTopic
public RocketMQTopic()
-
RocketMQTopic
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 主题名称- Returns:
- Name 主题名称
-
setName
public void setName(String Name)
Set 主题名称- Parameters:
Name- 主题名称
-
getType
public String getType()
Get 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter- Returns:
- Type 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter
-
setType
public void setType(String Type)
Set 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter- Parameters:
Type- 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter
-
getGroupNum
public Long getGroupNum()
Get 订阅组数量- Returns:
- GroupNum 订阅组数量
-
setGroupNum
public void setGroupNum(Long GroupNum)
Set 订阅组数量- Parameters:
GroupNum- 订阅组数量
-
getRemark
public String getRemark()
Get 说明 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 说明 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 说明 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 说明 注意:此字段可能返回 null,表示取不到有效值。
-
getPartitionNum
public Long getPartitionNum()
Get 读写分区数- Returns:
- PartitionNum 读写分区数
-
setPartitionNum
public void setPartitionNum(Long PartitionNum)
Set 读写分区数- Parameters:
PartitionNum- 读写分区数
-
getCreateTime
public Long getCreateTime()
Get 创建时间,以毫秒为单位- Returns:
- CreateTime 创建时间,以毫秒为单位
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间,以毫秒为单位- Parameters:
CreateTime- 创建时间,以毫秒为单位
-
getUpdateTime
public Long getUpdateTime()
Get 创建时间,以毫秒为单位- Returns:
- UpdateTime 创建时间,以毫秒为单位
-
setUpdateTime
public void setUpdateTime(Long UpdateTime)
Set 创建时间,以毫秒为单位- Parameters:
UpdateTime- 创建时间,以毫秒为单位
-
-