public class UpdateLiveRecordTemplateShrinkRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
name
代表资源名称的资源属性字段
This parameter is required.
|
String |
recordFormatShrink
录制格式
This parameter is required.
|
String |
templateId
代表资源一级ID的资源属性字段
This parameter is required.
|
构造器和说明 |
---|
UpdateLiveRecordTemplateShrinkRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateLiveRecordTemplateShrinkRequest |
build(Map<String,?> map) |
String |
getName() |
String |
getRecordFormatShrink() |
String |
getTemplateId() |
UpdateLiveRecordTemplateShrinkRequest |
setName(String name) |
UpdateLiveRecordTemplateShrinkRequest |
setRecordFormatShrink(String recordFormatShrink) |
UpdateLiveRecordTemplateShrinkRequest |
setTemplateId(String templateId) |
@NameInMap(value="Name") public String name
代表资源名称的资源属性字段
This parameter is required.
example:test template
@NameInMap(value="RecordFormat") public String recordFormatShrink
录制格式
This parameter is required.
@NameInMap(value="TemplateId") public String templateId
代表资源一级ID的资源属性字段
This parameter is required.
example:69e1f9fe-1e97-11ed-ba64-0c42a1b73d66
public static UpdateLiveRecordTemplateShrinkRequest build(Map<String,?> map) throws Exception
Exception
public UpdateLiveRecordTemplateShrinkRequest setName(String name)
public String getName()
public UpdateLiveRecordTemplateShrinkRequest setRecordFormatShrink(String recordFormatShrink)
public String getRecordFormatShrink()
public UpdateLiveRecordTemplateShrinkRequest setTemplateId(String templateId)
public String getTemplateId()
Copyright © 2024. All rights reserved.