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