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