public static class GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
The Key of the ticket attachment.
|
String |
comment
The remarks of the ticket.
|
String |
committer
The applicant.
|
Long |
committerId
The ID of the applicant.
|
String |
createTime
The time when the ticket was created.
|
String |
lastModifyTime
The time when the ticket was last modified.
|
Long |
orderId
The ID of the ticket.
|
String |
originAttachmentName
The original file name of the ticket attachment.
|
String |
pluginType
The type of the ticket.
|
GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList |
relatedUserList
The IDs of the operators that are related to the ticket.
|
GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList |
relatedUserNickList
The nicknames of the operators that are related to the ticket.
|
String |
statusCode
The status code of the ticket.
|
String |
statusDesc
The description of the status.
|
Long |
workflowInstanceId
The ID of the approval process.
|
String |
workflowStatusDesc
The description of the approval process.
|
| 构造器和说明 |
|---|
GetOrderBaseInfoResponseBodyOrderBaseInfo() |
@NameInMap(value="AttachmentKey") public String attachmentKey
The Key of the ticket attachment. This information is returned only when an attachment is uploaded when a ticket is created.
example:upload_order_info_856887_f356366f-f0f8-42fc-ba57-4a509303e814_18072d8a9bce876e3073bc655c2865f.png
@NameInMap(value="Comment") public String comment
The remarks of the ticket.
example:test
@NameInMap(value="Committer") public String committer
The applicant.
example:xxx
@NameInMap(value="CommitterId") public Long committerId
The ID of the applicant. Note: The ID is different from the Alibaba Cloud account ID of the applicant.
example:1
@NameInMap(value="CreateTime") public String createTime
The time when the ticket was created.
example:2019-10-10 00:00:00
@NameInMap(value="LastModifyTime") public String lastModifyTime
The time when the ticket was last modified.
example:2019-10-10 00:00:00
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket.
example:12345
@NameInMap(value="OriginAttachmentName") public String originAttachmentName
The original file name of the ticket attachment. This information is returned only when an attachment is uploaded when a ticket is created.
example:18072d8a9bce876e3073bc655c2865f.png
@NameInMap(value="PluginType") public String pluginType
The type of the ticket. For more information about the value of this parameter, see the request parameters of the CreateOrder operation.
example:DC_COMMON
@NameInMap(value="RelatedUserList") public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList relatedUserList
The IDs of the operators that are related to the ticket.
@NameInMap(value="RelatedUserNickList") public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList relatedUserNickList
The nicknames of the operators that are related to the ticket.
@NameInMap(value="StatusCode") public String statusCode
The status code of the ticket. Valid values:
success
@NameInMap(value="StatusDesc") public String statusDesc
The description of the status.
example:success
@NameInMap(value="WorkflowInstanceId") public Long workflowInstanceId
The ID of the approval process.
example:1
@NameInMap(value="WorkflowStatusDesc") public String workflowStatusDesc
The description of the approval process.
example:approved
public GetOrderBaseInfoResponseBodyOrderBaseInfo()
public static GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setComment(String comment)
public String getComment()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setCommitter(String committer)
public String getCommitter()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setCommitterId(Long committerId)
public Long getCommitterId()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setCreateTime(String createTime)
public String getCreateTime()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setLastModifyTime(String lastModifyTime)
public String getLastModifyTime()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setOrderId(Long orderId)
public Long getOrderId()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setOriginAttachmentName(String originAttachmentName)
public String getOriginAttachmentName()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setPluginType(String pluginType)
public String getPluginType()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setRelatedUserList(GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList relatedUserList)
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList getRelatedUserList()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setRelatedUserNickList(GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList relatedUserNickList)
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList getRelatedUserNickList()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setStatusCode(String statusCode)
public String getStatusCode()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setStatusDesc(String statusDesc)
public String getStatusDesc()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setWorkflowInstanceId(Long workflowInstanceId)
public Long getWorkflowInstanceId()
public GetOrderBaseInfoResponseBody.GetOrderBaseInfoResponseBodyOrderBaseInfo setWorkflowStatusDesc(String workflowStatusDesc)
public String getWorkflowStatusDesc()
Copyright © 2025. All rights reserved.