public static class GetAuditHistoryResponseBody.GetAuditHistoryResponseBodyHistories
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
auditor
The reviewer.
|
String |
comment
The review comments, which are provided by the reviewer.
|
String |
creationTime
The time when the review record was created.
|
String |
reason
The reason why the video failed the review.
|
String |
status
The manual review result.
|
| 构造器和说明 |
|---|
GetAuditHistoryResponseBodyHistories() |
@NameInMap(value="Auditor") public String auditor
The reviewer.
@NameInMap(value="Comment") public String comment
The review comments, which are provided by the reviewer.
@NameInMap(value="CreationTime") public String creationTime
The time when the review record was created. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Reason") public String reason
The reason why the video failed the review. If the video failed the review, specify the reason.
@NameInMap(value="Status") public String status
The manual review result. Valid values:
- **Normal**: The video can be played.
- **Blocked**: The video is blocked.
public static GetAuditHistoryResponseBody.GetAuditHistoryResponseBodyHistories build(Map<String,?> map) throws Exception
Exceptionpublic GetAuditHistoryResponseBody.GetAuditHistoryResponseBodyHistories setAuditor(String auditor)
public String getAuditor()
public GetAuditHistoryResponseBody.GetAuditHistoryResponseBodyHistories setComment(String comment)
public String getComment()
public GetAuditHistoryResponseBody.GetAuditHistoryResponseBodyHistories setCreationTime(String creationTime)
public String getCreationTime()
public GetAuditHistoryResponseBody.GetAuditHistoryResponseBodyHistories setReason(String reason)
public String getReason()
public GetAuditHistoryResponseBody.GetAuditHistoryResponseBodyHistories setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.