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