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