public class CreateDataExportOrderShrinkRequest
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 |
realLoginUserUid
The UID of the Alibaba Cloud account that actually calls the API.
|
String |
relatedUserListShrink
The stakeholders involved in this operation.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
CreateDataExportOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataExportOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
Long |
getParentId() |
String |
getPluginParamShrink() |
String |
getRealLoginUserUid() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateDataExportOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateDataExportOrderShrinkRequest |
setComment(String comment) |
CreateDataExportOrderShrinkRequest |
setParentId(Long parentId) |
CreateDataExportOrderShrinkRequest |
setPluginParamShrink(String pluginParamShrink) |
CreateDataExportOrderShrinkRequest |
setRealLoginUserUid(String realLoginUserUid) |
CreateDataExportOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateDataExportOrderShrinkRequest |
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 String pluginParamShrink
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 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 CreateDataExportOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataExportOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDataExportOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateDataExportOrderShrinkRequest setParentId(Long parentId)
public Long getParentId()
public CreateDataExportOrderShrinkRequest setPluginParamShrink(String pluginParamShrink)
public String getPluginParamShrink()
public CreateDataExportOrderShrinkRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public CreateDataExportOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateDataExportOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.