public class CreateStructSyncOrderRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParam |
static class |
CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParamSource |
static class |
CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParamTableInfoList |
static class |
CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParamTarget |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
The key of an attachment that is returned after the attachment is uploaded.
|
String |
comment
The remarks of the ticket.
|
CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParam |
param
The parameters of the ticket.
|
List<Long> |
relatedUserList
The IDs of the stakeholders.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateStructSyncOrderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateStructSyncOrderRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParam |
getParam() |
List<Long> |
getRelatedUserList() |
Long |
getTid() |
CreateStructSyncOrderRequest |
setAttachmentKey(String attachmentKey) |
CreateStructSyncOrderRequest |
setComment(String comment) |
CreateStructSyncOrderRequest |
setParam(CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParam param) |
CreateStructSyncOrderRequest |
setRelatedUserList(List<Long> relatedUserList) |
CreateStructSyncOrderRequest |
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 CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParam param
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RelatedUserList") public List<Long> relatedUserList
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 CreateStructSyncOrderRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateStructSyncOrderRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateStructSyncOrderRequest setComment(String comment)
public String getComment()
public CreateStructSyncOrderRequest setParam(CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParam param)
public CreateStructSyncOrderRequest.CreateStructSyncOrderRequestParam getParam()
public CreateStructSyncOrderRequest setRelatedUserList(List<Long> relatedUserList)
public CreateStructSyncOrderRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.