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