public class DeleteDentryResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteDentryResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteDentryResponseBody |
build(Map<String,?> map) |
Boolean |
getAsync() |
String |
getTaskId() |
DeleteDentryResponseBody |
setAsync(Boolean async) |
DeleteDentryResponseBody |
setTaskId(String taskId) |
@NameInMap(value="async") public Boolean async
true
@NameInMap(value="taskId") public String taskId
task_id
public static DeleteDentryResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteDentryResponseBody setAsync(Boolean async)
public Boolean getAsync()
public DeleteDentryResponseBody setTaskId(String taskId)
public String getTaskId()
Copyright © 2025. All rights reserved.