public static class SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverURL
The thumbnail URL of the online editing project.
|
String |
creationTime
The time when the online editing project was created.
|
String |
description
The description of the online editing project.
|
Float |
duration
The duration of the online editing project, which must be consistent with the duration of the timeline.
|
String |
modifiedTime
The last time when the online editing project was modified.
|
String |
projectId
The ID of the online editing project.
|
String |
regionId
The region where the online editing project was created.
|
String |
status
The status of the online editing project.
|
String |
storageLocation
The path of the Object Storage Service (OSS) bucket where the produced video is stored.
|
String |
title
The title of the online editing project.
|
| 构造器和说明 |
|---|
SearchEditingProjectResponseBodyProjectListProject() |
@NameInMap(value="CoverURL") public String coverURL
The thumbnail URL of the online editing project.
@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="Duration") public Float duration
The duration of the online editing project, which must be consistent with the duration of the timeline.
> The Timeline parameter is not included in response parameters.
@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="RegionId") public String regionId
The region where the online editing project was created.
@NameInMap(value="Status") public String status
The status of the online editing project. Separate multiple states with commas (,). By default, all online editing projects were queried. 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="StorageLocation") public String storageLocation
The path of the Object Storage Service (OSS) bucket where the produced video is stored.
> To view the path of the OSS bucket, log on to the [ApsaraVideo VOD console](https://vod.console.aliyun.com/?spm=a2c4g.11186623.2.15.6948257eaZ4m54#/vod/settings/censored), and choose **Configuration Management** > **Media Management** > **Storage**. On the Storage page, you can view the path of the OSS bucket.
@NameInMap(value="Title") public String title
The title of the online editing project.
public SearchEditingProjectResponseBodyProjectListProject()
public static SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject build(Map<String,?> map) throws Exception
Exceptionpublic SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setCoverURL(String coverURL)
public String getCoverURL()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setCreationTime(String creationTime)
public String getCreationTime()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setDescription(String description)
public String getDescription()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setDuration(Float duration)
public Float getDuration()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setModifiedTime(String modifiedTime)
public String getModifiedTime()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setProjectId(String projectId)
public String getProjectId()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setRegionId(String regionId)
public String getRegionId()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setStatus(String status)
public String getStatus()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setStorageLocation(String storageLocation)
public String getStorageLocation()
public SearchEditingProjectResponseBody.SearchEditingProjectResponseBodyProjectListProject setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.