Class ConsumerGroupResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.ConsumerGroupResponse
-
public class ConsumerGroupResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ConsumerGroupResponse()ConsumerGroupResponse(ConsumerGroupResponse 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 ConsumerGroup[]getGroupList()Get 消费分组List 注意:此字段可能返回 null,表示取不到有效值。Group[]getGroupListForMonitor()Get 监控的组列表 注意:此字段可能返回 null,表示取不到有效值。Partition[]getPartitionListForMonitor()Get 监控的分区列表 注意:此字段可能返回 null,表示取不到有效值。ConsumerGroupTopic[]getTopicList()Get 主题列表 注意:此字段可能返回 null,表示取不到有效值。ConsumerGroupTopic[]getTopicListForMonitor()Get 监控的主题列表 注意:此字段可能返回 null,表示取不到有效值。LonggetTotalCount()Get 符合条件的消费组数量LonggetTotalPartition()Get 所有分区数量 注意:此字段可能返回 null,表示取不到有效值。LonggetTotalTopic()Get 主题总数 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupList(ConsumerGroup[] GroupList)Set 消费分组List 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupListForMonitor(Group[] GroupListForMonitor)Set 监控的组列表 注意:此字段可能返回 null,表示取不到有效值。voidsetPartitionListForMonitor(Partition[] PartitionListForMonitor)Set 监控的分区列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicList(ConsumerGroupTopic[] TopicList)Set 主题列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicListForMonitor(ConsumerGroupTopic[] TopicListForMonitor)Set 监控的主题列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTotalCount(Long TotalCount)Set 符合条件的消费组数量voidsetTotalPartition(Long TotalPartition)Set 所有分区数量 注意:此字段可能返回 null,表示取不到有效值。voidsetTotalTopic(Long TotalTopic)Set 主题总数 注意:此字段可能返回 null,表示取不到有效值。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
-
ConsumerGroupResponse
public ConsumerGroupResponse()
-
ConsumerGroupResponse
public ConsumerGroupResponse(ConsumerGroupResponse 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
-
getTotalCount
public Long getTotalCount()
Get 符合条件的消费组数量- Returns:
- TotalCount 符合条件的消费组数量
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 符合条件的消费组数量- Parameters:
TotalCount- 符合条件的消费组数量
-
getTopicList
public ConsumerGroupTopic[] getTopicList()
Get 主题列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicList 主题列表 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicList
public void setTopicList(ConsumerGroupTopic[] TopicList)
Set 主题列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicList- 主题列表 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupList
public ConsumerGroup[] getGroupList()
Get 消费分组List 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupList 消费分组List 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupList
public void setGroupList(ConsumerGroup[] GroupList)
Set 消费分组List 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupList- 消费分组List 注意:此字段可能返回 null,表示取不到有效值。
-
getTotalPartition
public Long getTotalPartition()
Get 所有分区数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalPartition 所有分区数量 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalPartition
public void setTotalPartition(Long TotalPartition)
Set 所有分区数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalPartition- 所有分区数量 注意:此字段可能返回 null,表示取不到有效值。
-
getPartitionListForMonitor
public Partition[] getPartitionListForMonitor()
Get 监控的分区列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PartitionListForMonitor 监控的分区列表 注意:此字段可能返回 null,表示取不到有效值。
-
setPartitionListForMonitor
public void setPartitionListForMonitor(Partition[] PartitionListForMonitor)
Set 监控的分区列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PartitionListForMonitor- 监控的分区列表 注意:此字段可能返回 null,表示取不到有效值。
-
getTotalTopic
public Long getTotalTopic()
Get 主题总数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalTopic 主题总数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalTopic
public void setTotalTopic(Long TotalTopic)
Set 主题总数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalTopic- 主题总数 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicListForMonitor
public ConsumerGroupTopic[] getTopicListForMonitor()
Get 监控的主题列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicListForMonitor 监控的主题列表 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicListForMonitor
public void setTopicListForMonitor(ConsumerGroupTopic[] TopicListForMonitor)
Set 监控的主题列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicListForMonitor- 监控的主题列表 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupListForMonitor
public Group[] getGroupListForMonitor()
Get 监控的组列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupListForMonitor 监控的组列表 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupListForMonitor
public void setGroupListForMonitor(Group[] GroupListForMonitor)
Set 监控的组列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupListForMonitor- 监控的组列表 注意:此字段可能返回 null,表示取不到有效值。
-
-