public class QueryConsumerGroupStatusResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryConsumerGroupStatusResponseBody() |
@NameInMap(value="AccumulatedConsumeCountPerMinute") public Integer accumulatedConsumeCountPerMinute
@NameInMap(value="AccumulationCount") public Integer accumulationCount
@NameInMap(value="ClientConnectionStatusList") public QueryConsumerGroupStatusResponseBody.QueryConsumerGroupStatusResponseBodyClientConnectionStatusList clientConnectionStatusList
@NameInMap(value="Code") public String code
@NameInMap(value="ConsumerSpeed") public Integer consumerSpeed
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="LastConsumerTime") public String lastConsumerTime
@NameInMap(value="RealTimeConsumeCountPerMinute") public Integer realTimeConsumeCountPerMinute
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static QueryConsumerGroupStatusResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryConsumerGroupStatusResponseBody setAccumulatedConsumeCountPerMinute(Integer accumulatedConsumeCountPerMinute)
public Integer getAccumulatedConsumeCountPerMinute()
public QueryConsumerGroupStatusResponseBody setAccumulationCount(Integer accumulationCount)
public Integer getAccumulationCount()
public QueryConsumerGroupStatusResponseBody setClientConnectionStatusList(QueryConsumerGroupStatusResponseBody.QueryConsumerGroupStatusResponseBodyClientConnectionStatusList clientConnectionStatusList)
public QueryConsumerGroupStatusResponseBody.QueryConsumerGroupStatusResponseBodyClientConnectionStatusList getClientConnectionStatusList()
public QueryConsumerGroupStatusResponseBody setCode(String code)
public String getCode()
public QueryConsumerGroupStatusResponseBody setConsumerSpeed(Integer consumerSpeed)
public Integer getConsumerSpeed()
public QueryConsumerGroupStatusResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public QueryConsumerGroupStatusResponseBody setLastConsumerTime(String lastConsumerTime)
public String getLastConsumerTime()
public QueryConsumerGroupStatusResponseBody setRealTimeConsumeCountPerMinute(Integer realTimeConsumeCountPerMinute)
public Integer getRealTimeConsumeCountPerMinute()
public QueryConsumerGroupStatusResponseBody setRequestId(String requestId)
public String getRequestId()
public QueryConsumerGroupStatusResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.