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