public class CreateDataExportOrderRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParam |
static class |
CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParamWatermark |
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParam |
pluginParam
The parameters of the ticket.
|
String |
realLoginUserUid
The UID of the Alibaba Cloud account that actually calls the API.
|
List<Long> |
relatedUserList
The stakeholders involved in this operation.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
CreateDataExportOrderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataExportOrderRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
Long |
getParentId() |
CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParam |
getPluginParam() |
String |
getRealLoginUserUid() |
List<Long> |
getRelatedUserList() |
Long |
getTid() |
CreateDataExportOrderRequest |
setAttachmentKey(String attachmentKey) |
CreateDataExportOrderRequest |
setComment(String comment) |
CreateDataExportOrderRequest |
setParentId(Long parentId) |
CreateDataExportOrderRequest |
setPluginParam(CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParam pluginParam) |
CreateDataExportOrderRequest |
setRealLoginUserUid(String realLoginUserUid) |
CreateDataExportOrderRequest |
setRelatedUserList(List<Long> relatedUserList) |
CreateDataExportOrderRequest |
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:business_test
@NameInMap(value="ParentId") public Long parentId
The ID of the parent ticket.
example:877****
@NameInMap(value="PluginParam") public CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParam pluginParam
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RealLoginUserUid") public String realLoginUserUid
The UID of the Alibaba Cloud account that actually calls the API.
example:21400447956867****
@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 CreateDataExportOrderRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataExportOrderRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDataExportOrderRequest setComment(String comment)
public String getComment()
public CreateDataExportOrderRequest setParentId(Long parentId)
public Long getParentId()
public CreateDataExportOrderRequest setPluginParam(CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParam pluginParam)
public CreateDataExportOrderRequest.CreateDataExportOrderRequestPluginParam getPluginParam()
public CreateDataExportOrderRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public CreateDataExportOrderRequest setRelatedUserList(List<Long> relatedUserList)
public CreateDataExportOrderRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.