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