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