Class DescribeConsumerGroupRequest


  • public class DescribeConsumerGroupRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeConsumerGroupRequest

        public DescribeConsumerGroupRequest()
      • DescribeConsumerGroupRequest

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

      • getInstanceId

        public String getInstanceId()
        Get ckafka实例id。
        Returns:
        InstanceId ckafka实例id。
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set ckafka实例id。
        Parameters:
        InstanceId - ckafka实例id。
      • getGroupName

        public String getGroupName()
        Get 可选,用户需要查询的group名称。
        Returns:
        GroupName 可选,用户需要查询的group名称。
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 可选,用户需要查询的group名称。
        Parameters:
        GroupName - 可选,用户需要查询的group名称。
      • getTopicName

        public String getTopicName()
        Get 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
        Returns:
        TopicName 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
      • setTopicName

        public void setTopicName​(String TopicName)
        Set 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
        Parameters:
        TopicName - 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
      • getLimit

        public Long getLimit()
        Get 本次返回个数限制,最大支持50
        Returns:
        Limit 本次返回个数限制,最大支持50
      • setLimit

        public void setLimit​(Long Limit)
        Set 本次返回个数限制,最大支持50
        Parameters:
        Limit - 本次返回个数限制,最大支持50
      • getOffset

        public Long getOffset()
        Get 偏移位置
        Returns:
        Offset 偏移位置
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移位置
        Parameters:
        Offset - 偏移位置