public static class ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
auditExpireTime
The time when the approval expires.
|
String |
auditStatus
The approval state of the ticket.
|
String |
comment
Release remarks.
|
Long |
creatorId
The ID of the user who creates the ticket.
|
Boolean |
finality
Indicates whether the approval is terminated.
|
String |
finalityReason
The reason for the termination.
|
String |
publishStatus
The publishing state of the ticket.
|
List<ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList> |
publishTaskInfoList
The list of publishing tasks.
|
String |
riskLevel
The risk level of the operation.
|
String |
statusDesc
The description of the publishing state.
|
Long |
workflowInstanceId
The ID of the approval process.
|
| 构造器和说明 |
|---|
ListDDLPublishRecordsResponseBodyDDLPublishRecordList() |
@NameInMap(value="AuditExpireTime") public String auditExpireTime
The time when the approval expires.
example:2020-12-14 20:52:38
@NameInMap(value="AuditStatus") public String auditStatus
The approval state of the ticket. Valid values:
CANCEL
@NameInMap(value="Comment") public String comment
Release remarks.
example:Release remarks
@NameInMap(value="CreatorId") public Long creatorId
The ID of the user who creates the ticket. You can obtain the user ID by calling the GetUser operation and querying the value of the UserId parameter. The value is not the unique ID (UID) of the Alibaba Cloud account.
example:1423
@NameInMap(value="Finality") public Boolean finality
Indicates whether the approval is terminated. Valid values:
example:Multiple reasons can terminate the approval. For example, you withdraw the application or your ticket is not approved before the specified time.
true
@NameInMap(value="FinalityReason") public String finalityReason
The reason for the termination.
example:CANCEL
@NameInMap(value="PublishStatus") public String publishStatus
The publishing state of the ticket. Valid values:
AUDIT
@NameInMap(value="PublishTaskInfoList") public List<ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList> publishTaskInfoList
The list of publishing tasks.
@NameInMap(value="RiskLevel") public String riskLevel
The risk level of the operation. Valid values:
LOW_RISK
@NameInMap(value="StatusDesc") public String statusDesc
The description of the publishing state.
example:CANCEL
@NameInMap(value="WorkflowInstanceId") public Long workflowInstanceId
The ID of the approval process.
example:432153
public ListDDLPublishRecordsResponseBodyDDLPublishRecordList()
public static ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList build(Map<String,?> map) throws Exception
Exceptionpublic ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setAuditExpireTime(String auditExpireTime)
public String getAuditExpireTime()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setAuditStatus(String auditStatus)
public String getAuditStatus()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setComment(String comment)
public String getComment()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setCreatorId(Long creatorId)
public Long getCreatorId()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setFinality(Boolean finality)
public Boolean getFinality()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setFinalityReason(String finalityReason)
public String getFinalityReason()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setPublishStatus(String publishStatus)
public String getPublishStatus()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setPublishTaskInfoList(List<ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList> publishTaskInfoList)
public List<ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList> getPublishTaskInfoList()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setRiskLevel(String riskLevel)
public String getRiskLevel()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setStatusDesc(String statusDesc)
public String getStatusDesc()
public ListDDLPublishRecordsResponseBody.ListDDLPublishRecordsResponseBodyDDLPublishRecordList setWorkflowInstanceId(Long workflowInstanceId)
public Long getWorkflowInstanceId()
Copyright © 2025. All rights reserved.