public class CreateDatabaseExportOrderRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParam |
static class |
CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig |
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParam |
pluginParam
The parameters of the ticket.
|
List<Long> |
relatedUserList
The stakeholders involved in this operation.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
CreateDatabaseExportOrderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDatabaseExportOrderRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
Long |
getParentId() |
CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParam |
getPluginParam() |
List<Long> |
getRelatedUserList() |
Long |
getTid() |
CreateDatabaseExportOrderRequest |
setAttachmentKey(String attachmentKey) |
CreateDatabaseExportOrderRequest |
setComment(String comment) |
CreateDatabaseExportOrderRequest |
setParentId(Long parentId) |
CreateDatabaseExportOrderRequest |
setPluginParam(CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParam pluginParam) |
CreateDatabaseExportOrderRequest |
setRelatedUserList(List<Long> relatedUserList) |
CreateDatabaseExportOrderRequest |
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 CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParam pluginParam
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RelatedUserList") public List<Long> relatedUserList
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 CreateDatabaseExportOrderRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDatabaseExportOrderRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDatabaseExportOrderRequest setComment(String comment)
public String getComment()
public CreateDatabaseExportOrderRequest setParentId(Long parentId)
public Long getParentId()
public CreateDatabaseExportOrderRequest setPluginParam(CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParam pluginParam)
public CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParam getPluginParam()
public CreateDatabaseExportOrderRequest setRelatedUserList(List<Long> relatedUserList)
public CreateDatabaseExportOrderRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.