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