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