public class UpdateTranscodeTemplateGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
locked
The lock status of the template group.
|
String |
name
The name of the transcoding template group.
|
String |
transcodeTemplateGroupId
The ID of the transcoding template group.
|
String |
transcodeTemplateList
The configurations of the transcoding template.
|
| 构造器和说明 |
|---|
UpdateTranscodeTemplateGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTranscodeTemplateGroupRequest |
build(Map<String,?> map) |
String |
getLocked() |
String |
getName() |
String |
getTranscodeTemplateGroupId() |
String |
getTranscodeTemplateList() |
UpdateTranscodeTemplateGroupRequest |
setLocked(String locked) |
UpdateTranscodeTemplateGroupRequest |
setName(String name) |
UpdateTranscodeTemplateGroupRequest |
setTranscodeTemplateGroupId(String transcodeTemplateGroupId) |
UpdateTranscodeTemplateGroupRequest |
setTranscodeTemplateList(String transcodeTemplateList) |
@NameInMap(value="Locked") public String locked
The lock status of the template group. Valid values:
* **Enabled**: The template group is locked.
* **Disabled**: The template group is not locked.
@NameInMap(value="Name") public String name
The name of the transcoding template group.
* The name can be up to 128 bytes in length.
* The value must be encoded in UTF-8.
@NameInMap(value="TranscodeTemplateGroupId") public String transcodeTemplateGroupId
The ID of the transcoding template group.
@NameInMap(value="TranscodeTemplateList") public String transcodeTemplateList
The configurations of the transcoding template. The value is a JSON-formatted string. For more information about the data structure, see the "TranscodeTemplate" section of the [Basic data types](~~52839~~) topic.
public static UpdateTranscodeTemplateGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTranscodeTemplateGroupRequest setLocked(String locked)
public String getLocked()
public UpdateTranscodeTemplateGroupRequest setName(String name)
public String getName()
public UpdateTranscodeTemplateGroupRequest setTranscodeTemplateGroupId(String transcodeTemplateGroupId)
public String getTranscodeTemplateGroupId()
public UpdateTranscodeTemplateGroupRequest setTranscodeTemplateList(String transcodeTemplateList)
public String getTranscodeTemplateList()
Copyright © 2024. All rights reserved.