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