public class BatchDeleteRecentsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
dentryUuids
This parameter is required.
|
String |
operatorId
This parameter is required.
|
| 构造器和说明 |
|---|
BatchDeleteRecentsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchDeleteRecentsRequest |
build(Map<String,?> map) |
List<String> |
getDentryUuids() |
String |
getOperatorId() |
BatchDeleteRecentsRequest |
setDentryUuids(List<String> dentryUuids) |
BatchDeleteRecentsRequest |
setOperatorId(String operatorId) |
@NameInMap(value="dentryUuids") public List<String> dentryUuids
This parameter is required.
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static BatchDeleteRecentsRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchDeleteRecentsRequest setDentryUuids(List<String> dentryUuids)
public BatchDeleteRecentsRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.