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