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