public class CreateDataImportOrderRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateDataImportOrderRequest.CreateDataImportOrderRequestParam |
static class |
CreateDataImportOrderRequest.CreateDataImportOrderRequestParamDbItemList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
The key of the attachment that provides more instructions for the ticket.
|
String |
comment
The purpose or objective of the data import.
|
CreateDataImportOrderRequest.CreateDataImportOrderRequestParam |
param
The parameters of the ticket.
|
List<Long> |
relatedUserList
The stakeholders of the data import.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateDataImportOrderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataImportOrderRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
CreateDataImportOrderRequest.CreateDataImportOrderRequestParam |
getParam() |
List<Long> |
getRelatedUserList() |
Long |
getTid() |
CreateDataImportOrderRequest |
setAttachmentKey(String attachmentKey) |
CreateDataImportOrderRequest |
setComment(String comment) |
CreateDataImportOrderRequest |
setParam(CreateDataImportOrderRequest.CreateDataImportOrderRequestParam param) |
CreateDataImportOrderRequest |
setRelatedUserList(List<Long> relatedUserList) |
CreateDataImportOrderRequest |
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 from the value of the AttachmentKey parameter.
example:order_attachment.txt
@NameInMap(value="Comment") public String comment
The purpose or objective of the data import. This parameter is used to help reduce unnecessary communication.
This parameter is required.
example:test
@NameInMap(value="Param") public CreateDataImportOrderRequest.CreateDataImportOrderRequestParam param
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RelatedUserList") public List<Long> relatedUserList
The stakeholders of the data import. All stakeholders can view the ticket details and assist in the approval process. Irrelevant users other than DMS administrators and database administrators (DBAs) are not allowed to view the ticket details.
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static CreateDataImportOrderRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataImportOrderRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDataImportOrderRequest setComment(String comment)
public String getComment()
public CreateDataImportOrderRequest setParam(CreateDataImportOrderRequest.CreateDataImportOrderRequestParam param)
public CreateDataImportOrderRequest.CreateDataImportOrderRequestParam getParam()
public CreateDataImportOrderRequest setRelatedUserList(List<Long> relatedUserList)
public CreateDataImportOrderRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.