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