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