Class RocketMQTopic

    • 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 - 创建时间,以毫秒为单位