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