public static class AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creationTime
The time when the online editing project was created.
|
String |
description
The description of the online editing project.
|
String |
modifiedTime
The last time when the online editing project was modified.
|
String |
projectId
The ID of the online editing project.
|
String |
status
The status of the online editing project.
|
String |
title
The title of the online editing project.
|
| 构造器和说明 |
|---|
AddEditingProjectResponseBodyProject() |
@NameInMap(value="CreationTime") public String creationTime
The time when the online editing project 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="Description") public String description
The description of the online editing project.
@NameInMap(value="ModifiedTime") public String modifiedTime
The last time when the online editing project was modified. 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="ProjectId") public String projectId
The ID of the online editing project.
@NameInMap(value="Status") public String status
The status of the online editing project. Valid values:
- **Normal**: indicates that the online editing project is in draft.
- **Producing**: indicates that the video is being produced.
- **Produced**: indicates that the video was produced.
- **ProduceFailed**: indicates that the video failed to be produced.
@NameInMap(value="Title") public String title
The title of the online editing project.
public static AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject build(Map<String,?> map) throws Exception
Exceptionpublic AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject setCreationTime(String creationTime)
public String getCreationTime()
public AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject setDescription(String description)
public String getDescription()
public AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject setModifiedTime(String modifiedTime)
public String getModifiedTime()
public AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject setProjectId(String projectId)
public String getProjectId()
public AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject setStatus(String status)
public String getStatus()
public AddEditingProjectResponseBody.AddEditingProjectResponseBodyProject setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.