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