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