public class CreateOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
The key of an attachment that is returned after the attachment is uploaded.
|
String |
comment
The description of the ticket to be created.
|
String |
pluginParamShrink
The ticket creation parameter.
|
String |
pluginType
The type of the ticket.
|
String |
relatedUserList
The IDs of the stakeholders that are involved in the ticket.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
String |
getPluginParamShrink() |
String |
getPluginType() |
String |
getRelatedUserList() |
Long |
getTid() |
CreateOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateOrderShrinkRequest |
setComment(String comment) |
CreateOrderShrinkRequest |
setPluginParamShrink(String pluginParamShrink) |
CreateOrderShrinkRequest |
setPluginType(String pluginType) |
CreateOrderShrinkRequest |
setRelatedUserList(String relatedUserList) |
CreateOrderShrinkRequest |
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:test_AttachmentKey
@NameInMap(value="Comment") public String comment
The description of the ticket to be created.
This parameter is required.
example:test
@NameInMap(value="PluginParam") public String pluginParamShrink
The ticket creation parameter. The value is a JSON string. The value of this parameter differs based on the type of the ticket. For more information, see the PluginParam parameter section in this topic.
This parameter is required.
example:{PluginParam_test}
@NameInMap(value="PluginType") public String pluginType
The type of the ticket. For more information, see PluginType parameter.
This parameter is required.
example:DATA_EXPORT
@NameInMap(value="RelatedUserList") public String relatedUserList
The IDs of the stakeholders that are involved in the ticket. Separate multiple IDs with commas (,).
example:user1,user2
@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 CreateOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateOrderShrinkRequest setPluginParamShrink(String pluginParamShrink)
public String getPluginParamShrink()
public CreateOrderShrinkRequest setPluginType(String pluginType)
public String getPluginType()
public CreateOrderShrinkRequest setRelatedUserList(String relatedUserList)
public String getRelatedUserList()
public CreateOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.