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