public class AddEditingProjectRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverURL
The thumbnail URL of the online editing project.
|
String |
description
The description of the online editing project.
|
String |
division
The region where you want to create the online editing project.
|
String |
ownerAccount |
String |
ownerId |
String |
resourceOwnerAccount |
String |
resourceOwnerId |
String |
timeline
The timeline of the online editing project, in JSON format.
|
String |
title
The title of the online editing project.
|
| 构造器和说明 |
|---|
AddEditingProjectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddEditingProjectRequest |
build(Map<String,?> map) |
String |
getCoverURL() |
String |
getDescription() |
String |
getDivision() |
String |
getOwnerAccount() |
String |
getOwnerId() |
String |
getResourceOwnerAccount() |
String |
getResourceOwnerId() |
String |
getTimeline() |
String |
getTitle() |
AddEditingProjectRequest |
setCoverURL(String coverURL) |
AddEditingProjectRequest |
setDescription(String description) |
AddEditingProjectRequest |
setDivision(String division) |
AddEditingProjectRequest |
setOwnerAccount(String ownerAccount) |
AddEditingProjectRequest |
setOwnerId(String ownerId) |
AddEditingProjectRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AddEditingProjectRequest |
setResourceOwnerId(String resourceOwnerId) |
AddEditingProjectRequest |
setTimeline(String timeline) |
AddEditingProjectRequest |
setTitle(String title) |
@NameInMap(value="CoverURL") public String coverURL
The thumbnail URL of the online editing project. If you do not specify this parameter and the video track in the timeline has mezzanine files, the thumbnail of the first mezzanine file in the timeline is used.
@NameInMap(value="Description") public String description
The description of the online editing project.
@NameInMap(value="Division") public String division
The region where you want to create the online editing project.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public String resourceOwnerId
@NameInMap(value="Timeline") public String timeline
The timeline of the online editing project, in JSON format. For more information about the structure, see [Timeline](~~52839~~).
If you do not specify this parameter, an empty timeline is created and the duration of the online editing project is zero.
@NameInMap(value="Title") public String title
The title of the online editing project.
public static AddEditingProjectRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddEditingProjectRequest setCoverURL(String coverURL)
public String getCoverURL()
public AddEditingProjectRequest setDescription(String description)
public String getDescription()
public AddEditingProjectRequest setDivision(String division)
public String getDivision()
public AddEditingProjectRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AddEditingProjectRequest setOwnerId(String ownerId)
public String getOwnerId()
public AddEditingProjectRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AddEditingProjectRequest setResourceOwnerId(String resourceOwnerId)
public String getResourceOwnerId()
public AddEditingProjectRequest setTimeline(String timeline)
public String getTimeline()
public AddEditingProjectRequest setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.