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