public static class GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
List<GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaListCategories> |
categories
The list of categories.
|
String |
creationTime
The time when the auxiliary media asset was created.
|
String |
description
The description of the auxiliary media asset.
|
String |
mediaId
The ID of the auxiliary media asset.
|
String |
modificationTime
The time when the auxiliary media asset was updated.
|
String |
status
The status of the auxiliary media asset.
|
String |
storageLocation
The OSS bucket where the auxiliary media asset is stored.
|
String |
tags
The tags of the auxiliary media asset.
|
String |
title
The title of the auxiliary media asset.
|
String |
type
The type of the auxiliary media asset.
|
String |
URL
The URL of the auxiliary media asset.
|
| 构造器和说明 |
|---|
GetAttachedMediaInfoResponseBodyAttachedMediaList() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="Categories") public List<GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaListCategories> categories
The list of categories.
@NameInMap(value="CreationTime") public String creationTime
The time when the auxiliary media asset 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 auxiliary media asset.
@NameInMap(value="MediaId") public String mediaId
The ID of the auxiliary media asset.
@NameInMap(value="ModificationTime") public String modificationTime
The time when the auxiliary media asset was updated. 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="Status") public String status
The status of the auxiliary media asset. Valid values:
- **Uploading**: The auxiliary media asset is being uploaded. This is the initial status.
- **Normal**: The auxiliary media asset is uploaded.
- **UploadFail**: The auxiliary media asset fails to be uploaded.
@NameInMap(value="StorageLocation") public String storageLocation
The OSS bucket where the auxiliary media asset is stored.
@NameInMap(value="Tags") public String tags
The tags of the auxiliary media asset.
@NameInMap(value="Title") public String title
The title of the auxiliary media asset.
@NameInMap(value="Type") public String type
The type of the auxiliary media asset. Valid values:
- **watermark**
- **subtitle**
- **material**
@NameInMap(value="URL") public String URL
The URL of the auxiliary media asset.
> If a CDN domain name is specified, a CDN URL is returned. Otherwise, an OSS URL is returned.
public GetAttachedMediaInfoResponseBodyAttachedMediaList()
public static GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList build(Map<String,?> map) throws Exception
Exceptionpublic GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setAppId(String appId)
public String getAppId()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setCategories(List<GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaListCategories> categories)
public List<GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaListCategories> getCategories()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setCreationTime(String creationTime)
public String getCreationTime()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setDescription(String description)
public String getDescription()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setMediaId(String mediaId)
public String getMediaId()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setModificationTime(String modificationTime)
public String getModificationTime()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setStatus(String status)
public String getStatus()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setStorageLocation(String storageLocation)
public String getStorageLocation()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setTags(String tags)
public String getTags()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setTitle(String title)
public String getTitle()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setType(String type)
public String getType()
public GetAttachedMediaInfoResponseBody.GetAttachedMediaInfoResponseBodyAttachedMediaList setURL(String URL)
public String getURL()
Copyright © 2024. All rights reserved.