Class Topic

    • Constructor Detail

      • Topic

        public Topic()
      • Topic

        public Topic​(Topic 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

      • getTopicId

        public String getTopicId()
        Get TopicId
        Returns:
        TopicId TopicId
      • setTopicId

        public void setTopicId​(String TopicId)
        Set TopicId
        Parameters:
        TopicId - TopicId
      • getTopicName

        public String getTopicName()
        Get Topic名称
        Returns:
        TopicName Topic名称
      • setTopicName

        public void setTopicName​(String TopicName)
        Set Topic名称
        Parameters:
        TopicName - Topic名称
      • getProductId

        public String getProductId()
        Get 产品Id
        Returns:
        ProductId 产品Id
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品Id
        Parameters:
        ProductId - 产品Id
      • getMsgLife

        public Long getMsgLife()
        Get 消息最大生命周期
        Returns:
        MsgLife 消息最大生命周期
      • setMsgLife

        public void setMsgLife​(Long MsgLife)
        Set 消息最大生命周期
        Parameters:
        MsgLife - 消息最大生命周期
      • getMsgSize

        public Long getMsgSize()
        Get 消息最大大小
        Returns:
        MsgSize 消息最大大小
      • setMsgSize

        public void setMsgSize​(Long MsgSize)
        Set 消息最大大小
        Parameters:
        MsgSize - 消息最大大小
      • getMsgCount

        public Long getMsgCount()
        Get 消息最大数量
        Returns:
        MsgCount 消息最大数量
      • setMsgCount

        public void setMsgCount​(Long MsgCount)
        Set 消息最大数量
        Parameters:
        MsgCount - 消息最大数量
      • getDeleted

        public Long getDeleted()
        Get 已删除
        Returns:
        Deleted 已删除
      • setDeleted

        public void setDeleted​(Long Deleted)
        Set 已删除
        Parameters:
        Deleted - 已删除
      • getPath

        public String getPath()
        Get Topic完整路径
        Returns:
        Path Topic完整路径
      • setPath

        public void setPath​(String Path)
        Set Topic完整路径
        Parameters:
        Path - Topic完整路径
      • getCreateTime

        public String getCreateTime()
        Get 创建时间
        Returns:
        CreateTime 创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间
        Parameters:
        CreateTime - 创建时间
      • getUpdateTime

        public String getUpdateTime()
        Get 更新时间
        Returns:
        UpdateTime 更新时间
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 更新时间
        Parameters:
        UpdateTime - 更新时间