Class CreateRocketMQGroupRequest

    • Constructor Detail

      • CreateRocketMQGroupRequest

        public CreateRocketMQGroupRequest()
      • CreateRocketMQGroupRequest

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

      • getGroupId

        public String getGroupId()
        Get Group名称,8~64个字符
        Returns:
        GroupId Group名称,8~64个字符
      • setGroupId

        public void setGroupId​(String GroupId)
        Set Group名称,8~64个字符
        Parameters:
        GroupId - Group名称,8~64个字符
      • getNamespaces

        public String[] getNamespaces()
        Get 命名空间,目前只支持单个命名空间
        Returns:
        Namespaces 命名空间,目前只支持单个命名空间
      • setNamespaces

        public void setNamespaces​(String[] Namespaces)
        Set 命名空间,目前只支持单个命名空间
        Parameters:
        Namespaces - 命名空间,目前只支持单个命名空间
      • getReadEnable

        public Boolean getReadEnable()
        Get 是否开启消费
        Returns:
        ReadEnable 是否开启消费
      • setReadEnable

        public void setReadEnable​(Boolean ReadEnable)
        Set 是否开启消费
        Parameters:
        ReadEnable - 是否开启消费
      • getBroadcastEnable

        public Boolean getBroadcastEnable()
        Get 是否开启广播消费
        Returns:
        BroadcastEnable 是否开启广播消费
      • setBroadcastEnable

        public void setBroadcastEnable​(Boolean BroadcastEnable)
        Set 是否开启广播消费
        Parameters:
        BroadcastEnable - 是否开启广播消费
      • getClusterId

        public String getClusterId()
        Get 集群ID
        Returns:
        ClusterId 集群ID
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群ID
        Parameters:
        ClusterId - 集群ID
      • getRemark

        public String getRemark()
        Get 说明信息,最长128个字符
        Returns:
        Remark 说明信息,最长128个字符
      • setRemark

        public void setRemark​(String Remark)
        Set 说明信息,最长128个字符
        Parameters:
        Remark - 说明信息,最长128个字符
      • getGroupType

        public String getGroupType()
        Get Group类型(TCP/HTTP)
        Returns:
        GroupType Group类型(TCP/HTTP)
      • setGroupType

        public void setGroupType​(String GroupType)
        Set Group类型(TCP/HTTP)
        Parameters:
        GroupType - Group类型(TCP/HTTP)
      • getRetryMaxTimes

        public Long getRetryMaxTimes()
        Get Group最大重试次数
        Returns:
        RetryMaxTimes Group最大重试次数
      • setRetryMaxTimes

        public void setRetryMaxTimes​(Long RetryMaxTimes)
        Set Group最大重试次数
        Parameters:
        RetryMaxTimes - Group最大重试次数