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