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