public class QueryConsumerGroupStatusResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryConsumerGroupStatusResponse.ConsumerGroupClientConnectionInfo |
| 构造器和说明 |
|---|
QueryConsumerGroupStatusResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAccumulationCount() |
List<QueryConsumerGroupStatusResponse.ConsumerGroupClientConnectionInfo> |
getClientConnectionStatusList() |
String |
getCode() |
Integer |
getConsumerSpeed() |
String |
getErrorMessage() |
QueryConsumerGroupStatusResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getLastConsumerTime() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setAccumulationCount(Integer accumulationCount) |
void |
setClientConnectionStatusList(List<QueryConsumerGroupStatusResponse.ConsumerGroupClientConnectionInfo> clientConnectionStatusList) |
void |
setCode(String code) |
void |
setConsumerSpeed(Integer consumerSpeed) |
void |
setErrorMessage(String errorMessage) |
void |
setLastConsumerTime(String lastConsumerTime) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public String getRequestId()
public void setRequestId(String requestId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public Integer getAccumulationCount()
public void setAccumulationCount(Integer accumulationCount)
public Integer getConsumerSpeed()
public void setConsumerSpeed(Integer consumerSpeed)
public String getLastConsumerTime()
public void setLastConsumerTime(String lastConsumerTime)
public String getCode()
public void setCode(String code)
public List<QueryConsumerGroupStatusResponse.ConsumerGroupClientConnectionInfo> getClientConnectionStatusList()
public void setClientConnectionStatusList(List<QueryConsumerGroupStatusResponse.ConsumerGroupClientConnectionInfo> clientConnectionStatusList)
public QueryConsumerGroupStatusResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.