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