public class UpdateEditingProjectRequest
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 |
ownerAccount |
String |
ownerId |
String |
projectId
The ID of the online editing project.
|
String |
resourceOwnerAccount |
String |
resourceOwnerId |
String |
timeline
The timeline of the online editing project.
|
String |
title
The title of the online editing project.
|
| 构造器和说明 |
|---|
UpdateEditingProjectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateEditingProjectRequest |
build(Map<String,?> map) |
String |
getCoverURL() |
String |
getDescription() |
String |
getOwnerAccount() |
String |
getOwnerId() |
String |
getProjectId() |
String |
getResourceOwnerAccount() |
String |
getResourceOwnerId() |
String |
getTimeline() |
String |
getTitle() |
UpdateEditingProjectRequest |
setCoverURL(String coverURL) |
UpdateEditingProjectRequest |
setDescription(String description) |
UpdateEditingProjectRequest |
setOwnerAccount(String ownerAccount) |
UpdateEditingProjectRequest |
setOwnerId(String ownerId) |
UpdateEditingProjectRequest |
setProjectId(String projectId) |
UpdateEditingProjectRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UpdateEditingProjectRequest |
setResourceOwnerId(String resourceOwnerId) |
UpdateEditingProjectRequest |
setTimeline(String timeline) |
UpdateEditingProjectRequest |
setTitle(String title) |
@NameInMap(value="CoverURL") public String coverURL
The thumbnail URL of the online editing project.
@NameInMap(value="Description") public String description
The description of the online editing project.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="ProjectId") public String projectId
The ID of the online editing project.
@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. For more information about the structure, see [Timeline](~~52839~~).
@NameInMap(value="Title") public String title
The title of the online editing project.
public static UpdateEditingProjectRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEditingProjectRequest setCoverURL(String coverURL)
public String getCoverURL()
public UpdateEditingProjectRequest setDescription(String description)
public String getDescription()
public UpdateEditingProjectRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UpdateEditingProjectRequest setOwnerId(String ownerId)
public String getOwnerId()
public UpdateEditingProjectRequest setProjectId(String projectId)
public String getProjectId()
public UpdateEditingProjectRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UpdateEditingProjectRequest setResourceOwnerId(String resourceOwnerId)
public String getResourceOwnerId()
public UpdateEditingProjectRequest setTimeline(String timeline)
public String getTimeline()
public UpdateEditingProjectRequest setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.