public static class ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
creationTime
The time when the template group was created.
|
String |
isDefault
Indicates whether the template group is the default one.
|
String |
locked
The lock status of the transcoding template group.
|
String |
modifyTime
The time when the template group was modified.
|
String |
name
The name of the template group.
|
String |
transcodeTemplateGroupId
The ID of the transcoding template group.
|
| 构造器和说明 |
|---|
ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="CreationTime") public String creationTime
The time when the template group 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="IsDefault") public String isDefault
Indicates whether the template group is the default one. Valid values:
* **Default**: The template group is the default one.
* **NotDefault**: The template group is not the default one.
@NameInMap(value="Locked") public String locked
The lock status of the transcoding template group. Valid values:
* **Disabled**: The template group is not locked.
* **Enabled**: The template group is locked.
@NameInMap(value="ModifyTime") public String modifyTime
The time when the template group was modified. 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="Name") public String name
The name of the template group.
@NameInMap(value="TranscodeTemplateGroupId") public String transcodeTemplateGroupId
The ID of the transcoding template group.
public ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList()
public static ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList build(Map<String,?> map) throws Exception
Exceptionpublic ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList setAppId(String appId)
public String getAppId()
public ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList setCreationTime(String creationTime)
public String getCreationTime()
public ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList setIsDefault(String isDefault)
public String getIsDefault()
public ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList setLocked(String locked)
public String getLocked()
public ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList setModifyTime(String modifyTime)
public String getModifyTime()
public ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList setName(String name)
public String getName()
public ListTranscodeTemplateGroupResponseBody.ListTranscodeTemplateGroupResponseBodyTranscodeTemplateGroupList setTranscodeTemplateGroupId(String transcodeTemplateGroupId)
public String getTranscodeTemplateGroupId()
Copyright © 2024. All rights reserved.