public class CreateDataArchiveOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
comment
The description of the task.
|
String |
paramShrink
The parameters for archiving data.
|
Long |
parentId
The ID of the parent ticket.
|
String |
pluginType
The type of the plug-in.
|
String |
relatedUserListShrink
The list of the related users.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
CreateDataArchiveOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataArchiveOrderShrinkRequest |
build(Map<String,?> map) |
String |
getComment() |
String |
getParamShrink() |
Long |
getParentId() |
String |
getPluginType() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateDataArchiveOrderShrinkRequest |
setComment(String comment) |
CreateDataArchiveOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateDataArchiveOrderShrinkRequest |
setParentId(Long parentId) |
CreateDataArchiveOrderShrinkRequest |
setPluginType(String pluginType) |
CreateDataArchiveOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateDataArchiveOrderShrinkRequest |
setTid(Long tid) |
@NameInMap(value="Comment") public String comment
The description of the task.
This parameter is required.
example:test
@NameInMap(value="Param") public String paramShrink
The parameters for archiving data.
This parameter is required.
@NameInMap(value="ParentId") public Long parentId
The ID of the parent ticket. A parent ticket is generated only when a child ticket is created.
example:123****
@NameInMap(value="PluginType") public String pluginType
The type of the plug-in. Default value: DATA_ARCHIVE.
example:DATA_ARCHIVE
@NameInMap(value="RelatedUserList") public String relatedUserListShrink
The list of the related users.
@NameInMap(value="Tid") public Long tid
The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static CreateDataArchiveOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataArchiveOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateDataArchiveOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateDataArchiveOrderShrinkRequest setParentId(Long parentId)
public Long getParentId()
public CreateDataArchiveOrderShrinkRequest setPluginType(String pluginType)
public String getPluginType()
public CreateDataArchiveOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateDataArchiveOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.