public static class GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyDataConsumeRetryPolicy |
consumeRetryPolicy
The consumption retry policy that you want to configure for the consumer group.
|
String |
consumerGroupId
The ID of the consumer group.
|
String |
createTime
The time when the consumer group was created.
|
String |
deliveryOrderType
The message delivery order of the consumer group.
|
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.
|
| 构造器和说明 |
|---|
GetConsumerGroupResponseBodyData() |
@NameInMap(value="consumeRetryPolicy") public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyDataConsumeRetryPolicy consumeRetryPolicy
The consumption retry policy that you want to configure for the consumer group. For more information, see [Consumption retry](https://help.aliyun.com/document_detail/440356.html).
@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="deliveryOrderType") public String deliveryOrderType
The message delivery order of the consumer group.
Valid values:
* Concurrently
:
concurrent delivery
* Orderly
:
ordered delivery
@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 GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setConsumeRetryPolicy(GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyDataConsumeRetryPolicy consumeRetryPolicy)
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyDataConsumeRetryPolicy getConsumeRetryPolicy()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setConsumerGroupId(String consumerGroupId)
public String getConsumerGroupId()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setCreateTime(String createTime)
public String getCreateTime()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setDeliveryOrderType(String deliveryOrderType)
public String getDeliveryOrderType()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setInstanceId(String instanceId)
public String getInstanceId()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setRegionId(String regionId)
public String getRegionId()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setRemark(String remark)
public String getRemark()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setStatus(String status)
public String getStatus()
public GetConsumerGroupResponseBody.GetConsumerGroupResponseBodyData setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.