public class GetEditingProjectMaterialsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
materialType
The type of the material.
|
String |
ownerAccount |
String |
ownerId |
String |
projectId
The ID of the online editing project.
|
String |
resourceOwnerAccount |
String |
resourceOwnerId |
String |
type
The type of the material.
|
| 构造器和说明 |
|---|
GetEditingProjectMaterialsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEditingProjectMaterialsRequest |
build(Map<String,?> map) |
String |
getMaterialType() |
String |
getOwnerAccount() |
String |
getOwnerId() |
String |
getProjectId() |
String |
getResourceOwnerAccount() |
String |
getResourceOwnerId() |
String |
getType() |
GetEditingProjectMaterialsRequest |
setMaterialType(String materialType) |
GetEditingProjectMaterialsRequest |
setOwnerAccount(String ownerAccount) |
GetEditingProjectMaterialsRequest |
setOwnerId(String ownerId) |
GetEditingProjectMaterialsRequest |
setProjectId(String projectId) |
GetEditingProjectMaterialsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetEditingProjectMaterialsRequest |
setResourceOwnerId(String resourceOwnerId) |
GetEditingProjectMaterialsRequest |
setType(String type) |
@NameInMap(value="MaterialType") public String materialType
The type of the material. Valid values:
* **video**
* **audio**
* **image**
@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. You can use one of the following methods to obtain the ID of the online editing project:
* Log on to the [ApsaraVideo VOD console](https://vod.console.aliyun.com). In the left-side navigation pane, choose **Production Center** > **Video Editing** to obtain the ID of the specified online editing project.
* Call the **AddEditingProject** operation. The value of the response parameter ProjectId is the ID of the specified online editing project.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public String resourceOwnerId
@NameInMap(value="Type") public String type
The type of the material. Valid values:
* **video**
* **audio**
public static GetEditingProjectMaterialsRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetEditingProjectMaterialsRequest setMaterialType(String materialType)
public String getMaterialType()
public GetEditingProjectMaterialsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetEditingProjectMaterialsRequest setOwnerId(String ownerId)
public String getOwnerId()
public GetEditingProjectMaterialsRequest setProjectId(String projectId)
public String getProjectId()
public GetEditingProjectMaterialsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetEditingProjectMaterialsRequest setResourceOwnerId(String resourceOwnerId)
public String getResourceOwnerId()
public GetEditingProjectMaterialsRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.