public class CreateDatabaseExportOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
The key of the attachment that provides more instructions for the ticket.
|
String |
comment
The purpose or objective of the ticket.
|
Long |
parentId
The ID of the parent ticket.
|
String |
pluginParamShrink
The parameters of the ticket.
|
String |
relatedUserListShrink
The stakeholders involved in this operation.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
CreateDatabaseExportOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDatabaseExportOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
Long |
getParentId() |
String |
getPluginParamShrink() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateDatabaseExportOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateDatabaseExportOrderShrinkRequest |
setComment(String comment) |
CreateDatabaseExportOrderShrinkRequest |
setParentId(Long parentId) |
CreateDatabaseExportOrderShrinkRequest |
setPluginParamShrink(String pluginParamShrink) |
CreateDatabaseExportOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateDatabaseExportOrderShrinkRequest |
setTid(Long tid) |
@NameInMap(value="AttachmentKey") public String attachmentKey
The key of the attachment that provides more instructions for the ticket. You can call the GetUserUploadFileJob operation to obtain the attachment key.
example:order_attachment.txt
@NameInMap(value="Comment") public String comment
The purpose or objective of the ticket. This parameter helps reduce unnecessary communication.
This parameter is required.
example:document_test
@NameInMap(value="ParentId") public Long parentId
The ID of the parent ticket.
example:877****
@NameInMap(value="PluginParam") public String pluginParamShrink
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RelatedUserList") public String relatedUserListShrink
The stakeholders involved in this operation.
@NameInMap(value="Tid") public Long tid
The tenant ID.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic.
3***
public static CreateDatabaseExportOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDatabaseExportOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDatabaseExportOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateDatabaseExportOrderShrinkRequest setParentId(Long parentId)
public Long getParentId()
public CreateDatabaseExportOrderShrinkRequest setPluginParamShrink(String pluginParamShrink)
public String getPluginParamShrink()
public CreateDatabaseExportOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateDatabaseExportOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.