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