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