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