public static class GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject
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.
|
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 online editing project is stored.
|
String |
timeline
The timeline of the online editing project.
|
String |
title
The title of the online editing project.
|
| 构造器和说明 |
|---|
GetEditingProjectResponseBodyProject() |
@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="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 online editing project 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="Timeline") public String timeline
The timeline of the online editing project.
@NameInMap(value="Title") public String title
The title of the online editing project.
public static GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject build(Map<String,?> map) throws Exception
Exceptionpublic GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setCoverURL(String coverURL)
public String getCoverURL()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setCreationTime(String creationTime)
public String getCreationTime()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setDescription(String description)
public String getDescription()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setModifiedTime(String modifiedTime)
public String getModifiedTime()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setProjectId(String projectId)
public String getProjectId()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setRegionId(String regionId)
public String getRegionId()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setStatus(String status)
public String getStatus()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setStorageLocation(String storageLocation)
public String getStorageLocation()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setTimeline(String timeline)
public String getTimeline()
public GetEditingProjectResponseBody.GetEditingProjectResponseBodyProject setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.