public class UndoDeletionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
bizIdList
This parameter is required.
|
String |
redDotRelationId
This parameter is required.
|
String |
redDotType
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
UndoDeletionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UndoDeletionRequest |
build(Map<String,?> map) |
List<String> |
getBizIdList() |
String |
getRedDotRelationId() |
String |
getRedDotType() |
String |
getUserId() |
UndoDeletionRequest |
setBizIdList(List<String> bizIdList) |
UndoDeletionRequest |
setRedDotRelationId(String redDotRelationId) |
UndoDeletionRequest |
setRedDotType(String redDotType) |
UndoDeletionRequest |
setUserId(String userId) |
@NameInMap(value="redDotRelationId") public String redDotRelationId
This parameter is required.
@NameInMap(value="redDotType") public String redDotType
This parameter is required.
example:workbench_component
@NameInMap(value="userId") public String userId
This parameter is required.
public static UndoDeletionRequest build(Map<String,?> map) throws Exception
Exceptionpublic UndoDeletionRequest setBizIdList(List<String> bizIdList)
public UndoDeletionRequest setRedDotRelationId(String redDotRelationId)
public String getRedDotRelationId()
public UndoDeletionRequest setRedDotType(String redDotType)
public String getRedDotType()
public UndoDeletionRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.