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