public static final class SearchEditingProjectResponseBody.Project.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
SearchEditingProjectResponseBody.Project |
build() |
SearchEditingProjectResponseBody.Project.Builder |
coverURL(String coverURL)
The thumbnail URL of the online editing project.
|
SearchEditingProjectResponseBody.Project.Builder |
creationTime(String creationTime)
The time when the online editing project was created.
|
SearchEditingProjectResponseBody.Project.Builder |
description(String description)
The description of the online editing project.
|
SearchEditingProjectResponseBody.Project.Builder |
duration(Float duration)
The duration of the online editing project, which must be consistent with the duration of the timeline.
|
SearchEditingProjectResponseBody.Project.Builder |
modifiedTime(String modifiedTime)
The last time when the online editing project was modified.
|
SearchEditingProjectResponseBody.Project.Builder |
projectId(String projectId)
The ID of the online editing project.
|
SearchEditingProjectResponseBody.Project.Builder |
regionId(String regionId)
The region where the online editing project was created.
|
SearchEditingProjectResponseBody.Project.Builder |
status(String status)
The status of the online editing project.
|
SearchEditingProjectResponseBody.Project.Builder |
storageLocation(String storageLocation)
The path of the Object Storage Service (OSS) bucket where the produced video is stored.
|
SearchEditingProjectResponseBody.Project.Builder |
title(String title)
The title of the online editing project.
|
public SearchEditingProjectResponseBody.Project.Builder coverURL(String coverURL)
public SearchEditingProjectResponseBody.Project.Builder creationTime(String creationTime)
public SearchEditingProjectResponseBody.Project.Builder description(String description)
public SearchEditingProjectResponseBody.Project.Builder duration(Float duration)
> The Timeline parameter is not included in response parameters.
public SearchEditingProjectResponseBody.Project.Builder modifiedTime(String modifiedTime)
public SearchEditingProjectResponseBody.Project.Builder projectId(String projectId)
public SearchEditingProjectResponseBody.Project.Builder regionId(String regionId)
public SearchEditingProjectResponseBody.Project.Builder status(String status)
* **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.
public SearchEditingProjectResponseBody.Project.Builder storageLocation(String storageLocation)
> 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.
public SearchEditingProjectResponseBody.Project.Builder title(String title)
public SearchEditingProjectResponseBody.Project build()
Copyright © 2024. All rights reserved.