public class CreateStructSyncOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
The key of an attachment that is returned after the attachment is uploaded.
|
String |
comment
The remarks of the ticket.
|
String |
paramShrink
The parameters of the ticket.
|
String |
relatedUserListShrink
The IDs of the stakeholders.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateStructSyncOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateStructSyncOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
String |
getParamShrink() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateStructSyncOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateStructSyncOrderShrinkRequest |
setComment(String comment) |
CreateStructSyncOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateStructSyncOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateStructSyncOrderShrinkRequest |
setTid(Long tid) |
@NameInMap(value="AttachmentKey") public String attachmentKey
The key of an attachment that is returned after the attachment is uploaded. You can call the GetUserUploadFileJob operation to query the key of the attachment.
example:upload_3c7edea3-e4c3-4403-857d-737043036f69_test.sql
@NameInMap(value="Comment") public String comment
The remarks of the ticket.
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 IDs of the stakeholders.
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see Manage DMS tenants.
1
public static CreateStructSyncOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateStructSyncOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateStructSyncOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateStructSyncOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateStructSyncOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateStructSyncOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.