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