public class CreateDataCorrectOrderShrinkRequest
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 change.
|
String |
paramShrink
The parameters of the ticket.
|
String |
realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
|
String |
relatedUserListShrink
The stakeholders of the data change.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateDataCorrectOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataCorrectOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
String |
getParamShrink() |
String |
getRealLoginUserUid() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateDataCorrectOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateDataCorrectOrderShrinkRequest |
setComment(String comment) |
CreateDataCorrectOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateDataCorrectOrderShrinkRequest |
setRealLoginUserUid(String realLoginUserUid) |
CreateDataCorrectOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateDataCorrectOrderShrinkRequest |
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 change. 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="RealLoginUserUid") public String realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
example:21400447956867****
@NameInMap(value="RelatedUserList") public String relatedUserListShrink
The stakeholders of the data change. 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 CreateDataCorrectOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataCorrectOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateDataCorrectOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateDataCorrectOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateDataCorrectOrderShrinkRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public CreateDataCorrectOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateDataCorrectOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.