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