public class UpdateVodTemplateRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The name of the template.
|
String |
templateConfig
The configurations of the snapshot template.
|
String |
vodTemplateId
The ID of the snapshot template.
|
| 构造器和说明 |
|---|
UpdateVodTemplateRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateVodTemplateRequest |
build(Map<String,?> map) |
String |
getName() |
String |
getTemplateConfig() |
String |
getVodTemplateId() |
UpdateVodTemplateRequest |
setName(String name) |
UpdateVodTemplateRequest |
setTemplateConfig(String templateConfig) |
UpdateVodTemplateRequest |
setVodTemplateId(String vodTemplateId) |
@NameInMap(value="Name") public String name
The name of the template.
* The name can be up to 128 bytes in length.
* The value must be encoded in UTF-8.
@NameInMap(value="TemplateConfig") public String templateConfig
The configurations of the snapshot template. The value is a JSON-formatted string. For more information about the data structure, see the "SnapshotTemplateConfig" section of the [Media processing parameters](~~98618~~) topic.
@NameInMap(value="VodTemplateId") public String vodTemplateId
The ID of the snapshot template.
public static UpdateVodTemplateRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateVodTemplateRequest setName(String name)
public String getName()
public UpdateVodTemplateRequest setTemplateConfig(String templateConfig)
public String getTemplateConfig()
public UpdateVodTemplateRequest setVodTemplateId(String vodTemplateId)
public String getVodTemplateId()
Copyright © 2024. All rights reserved.