public class GetConsumerGroupResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetConsumerGroupResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetConsumerGroupResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetConsumerGroupResponse |
build(Map<String,?> map) |
GetConsumerGroupResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetConsumerGroupResponse |
setBody(GetConsumerGroupResponseBody body) |
GetConsumerGroupResponse |
setHeaders(Map<String,String> headers) |
GetConsumerGroupResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetConsumerGroupResponseBody body
public static GetConsumerGroupResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetConsumerGroupResponse setHeaders(Map<String,String> headers)
public GetConsumerGroupResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetConsumerGroupResponse setBody(GetConsumerGroupResponseBody body)
public GetConsumerGroupResponseBody getBody()
Copyright © 2024. All rights reserved.