public class ListVodTemplateRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
templateType
The type of the template.
|
| 构造器和说明 |
|---|
ListVodTemplateRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListVodTemplateRequest |
build(Map<String,?> map) |
String |
getAppId() |
String |
getTemplateType() |
ListVodTemplateRequest |
setAppId(String appId) |
ListVodTemplateRequest |
setTemplateType(String templateType) |
@NameInMap(value="AppId") public String appId
The ID of the application. Set the value to **app-1000000**. For more information, see [Overview](~~113600~~).
@NameInMap(value="TemplateType") public String templateType
The type of the template. Set the value to **Snapshot**.
public static ListVodTemplateRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListVodTemplateRequest setAppId(String appId)
public String getAppId()
public ListVodTemplateRequest setTemplateType(String templateType)
public String getTemplateType()
Copyright © 2024. All rights reserved.