public class CreateDataImportOrderShrinkRequest
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 data import.
|
String |
paramShrink
The parameters of the ticket.
|
String |
relatedUserListShrink
The stakeholders of the data import.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateDataImportOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataImportOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
String |
getParamShrink() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateDataImportOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateDataImportOrderShrinkRequest |
setComment(String comment) |
CreateDataImportOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateDataImportOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateDataImportOrderShrinkRequest |
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 String paramShrink
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RelatedUserList") public String relatedUserListShrink
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 CreateDataImportOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataImportOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDataImportOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateDataImportOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateDataImportOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateDataImportOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.