public static class ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
consumerGroupId
The ID of the consumer group.
|
String |
createTime
The time when the consumer group was created.
|
String |
instanceId
The ID of the instance.
|
String |
regionId
The ID of the region in which the instance resides.
|
String |
remark
The remarks on the consumer group.
|
String |
status
The state of the consumer group.
|
String |
updateTime
The time when the consumer group was last updated.
|
| 构造器和说明 |
|---|
ListConsumerGroupsResponseBodyDataList() |
@NameInMap(value="consumerGroupId") public String consumerGroupId
The ID of the consumer group.
@NameInMap(value="createTime") public String createTime
The time when the consumer group was created.
@NameInMap(value="instanceId") public String instanceId
The ID of the instance.
@NameInMap(value="regionId") public String regionId
The ID of the region in which the instance resides.
@NameInMap(value="remark") public String remark
The remarks on the consumer group.
@NameInMap(value="status") public String status
The state of the consumer group.
Valid values:
* RUNNING
: The consumer group is
running
.
* CREATING
: The consumer group is
being created
.
@NameInMap(value="updateTime") public String updateTime
The time when the consumer group was last updated.
public static ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList build(Map<String,?> map) throws Exception
Exceptionpublic ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList setConsumerGroupId(String consumerGroupId)
public String getConsumerGroupId()
public ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList setCreateTime(String createTime)
public String getCreateTime()
public ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList setInstanceId(String instanceId)
public String getInstanceId()
public ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList setRegionId(String regionId)
public String getRegionId()
public ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList setRemark(String remark)
public String getRemark()
public ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList setStatus(String status)
public String getStatus()
public ListConsumerGroupsResponseBody.ListConsumerGroupsResponseBodyDataList setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.