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