public class CreateDataCronClearOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
The key of the attachment for the ticket.
|
String |
comment
The purpose or objective of the data change.
|
String |
paramShrink
The parameters of the ticket.
|
String |
relatedUserListShrink
The stakeholders of this operation.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateDataCronClearOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataCronClearOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
String |
getParamShrink() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateDataCronClearOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateDataCronClearOrderShrinkRequest |
setComment(String comment) |
CreateDataCronClearOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateDataCronClearOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateDataCronClearOrderShrinkRequest |
setTid(Long tid) |
@NameInMap(value="AttachmentKey") public String attachmentKey
The key of the attachment for the ticket. The attachment provides more instructions for this operation.
You can call the GetUserUploadFileJob operation to query the key of the attachment.
example:order_attachement.txt
@NameInMap(value="Comment") public String comment
The purpose or objective of the data change. This reduces 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 this operation. All stakeholders can view the ticket details and assist in the approval process. Irrelevant users other than Data Management (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.
example:The ID of the tenant is displayed when you 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.
123454324
public static CreateDataCronClearOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataCronClearOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDataCronClearOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateDataCronClearOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateDataCronClearOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateDataCronClearOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.