public static class GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
cateId
The category ID of the material.
|
String |
cateName
The category name of the material.
|
String |
coverURL
The thumbnail URL of the material.
|
String |
creationTime
The time when the material was created.
|
String |
description
The description of the material.
|
Float |
duration
The duration of the material.
|
String |
materialId
The ID of the material.
|
String |
materialType
The type of the material.
|
String |
modifiedTime
The time when the material was last updated.
|
Long |
size
The size of the mezzanine file.
|
GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSnapshots |
snapshots
The URLs of material snapshots.
|
String |
source
The source of the sprite.
|
String |
spriteConfig
The configuration of the sprite.
|
GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSprites |
sprites
The URLs of material sprites.
|
String |
status
The status of the material.
|
String |
tags
The tag of the material.
|
String |
title
The title of the material.
|
| 构造器和说明 |
|---|
GetEditingProjectMaterialsResponseBodyMaterialListMaterial() |
@NameInMap(value="CateId") public Integer cateId
The category ID of the material.
@NameInMap(value="CateName") public String cateName
The category name of the material.
@NameInMap(value="CoverURL") public String coverURL
The thumbnail URL of the material.
@NameInMap(value="CreationTime") public String creationTime
The time when the material 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 material.
@NameInMap(value="Duration") public Float duration
The duration of the material. The value is rounded to four decimal places. Unit: seconds.
@NameInMap(value="MaterialId") public String materialId
The ID of the material.
@NameInMap(value="MaterialType") public String materialType
The type of the material. Valid values:
* **video**
* **audio**
* **image**
@NameInMap(value="ModifiedTime") public String modifiedTime
The time when the material was last 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="Size") public Long size
The size of the mezzanine file. Unit: byte.
@NameInMap(value="Snapshots") public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSnapshots snapshots
The URLs of material snapshots. The value is an array.
@NameInMap(value="Source") public String source
The source of the sprite.
@NameInMap(value="SpriteConfig") public String spriteConfig
The configuration of the sprite.
@NameInMap(value="Sprites") public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSprites sprites
The URLs of material sprites. The value is an array.
@NameInMap(value="Status") public String status
The status of the material. Valid values:
* **Normal**: The material is in draft.
* **Producing**: The material is being produced.
* **Produced**: The material was produced.
* **ProduceFailed**: The material failed to be produced.
@NameInMap(value="Tags") public String tags
The tag of the material. Multiple tags are separated by commas (,).
@NameInMap(value="Title") public String title
The title of the material.
public GetEditingProjectMaterialsResponseBodyMaterialListMaterial()
public static GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial build(Map<String,?> map) throws Exception
Exceptionpublic GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setCateId(Integer cateId)
public Integer getCateId()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setCateName(String cateName)
public String getCateName()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setCoverURL(String coverURL)
public String getCoverURL()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setCreationTime(String creationTime)
public String getCreationTime()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setDescription(String description)
public String getDescription()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setDuration(Float duration)
public Float getDuration()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setMaterialId(String materialId)
public String getMaterialId()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setMaterialType(String materialType)
public String getMaterialType()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setModifiedTime(String modifiedTime)
public String getModifiedTime()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setSize(Long size)
public Long getSize()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setSnapshots(GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSnapshots snapshots)
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSnapshots getSnapshots()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setSource(String source)
public String getSource()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setSpriteConfig(String spriteConfig)
public String getSpriteConfig()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setSprites(GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSprites sprites)
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterialSprites getSprites()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setStatus(String status)
public String getStatus()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setTags(String tags)
public String getTags()
public GetEditingProjectMaterialsResponseBody.GetEditingProjectMaterialsResponseBodyMaterialListMaterial setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.