public class MediaDeleteItem extends AbstractModel
Constructor and Description |
---|
MediaDeleteItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getDefinition()
Get 删除由Type参数指定的种类下的视频模板号,模板定义参见[转码模板](https://cloud.tencent.com/document/product/266/33478#.3Cspan-id-.3D-.22zm.22-.3E.3C.2Fspan.3E.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
默认值为0,表示删除参数Type指定种类下所有的视频。
|
String |
getType()
Get 所指定的删除部分。如果未填写该字段则参数无效。可选值有:
TranscodeFiles(删除转码文件)。
WechatPublishFiles(删除微信发布文件)。
|
void |
setDefinition(Long Definition)
Set 删除由Type参数指定的种类下的视频模板号,模板定义参见[转码模板](https://cloud.tencent.com/document/product/266/33478#.3Cspan-id-.3D-.22zm.22-.3E.3C.2Fspan.3E.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
默认值为0,表示删除参数Type指定种类下所有的视频。
|
void |
setType(String Type)
Set 所指定的删除部分。如果未填写该字段则参数无效。可选值有:
TranscodeFiles(删除转码文件)。
WechatPublishFiles(删除微信发布文件)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getType()
public void setType(String Type)
Type
- 所指定的删除部分。如果未填写该字段则参数无效。可选值有:
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 删除由Type参数指定的种类下的视频模板号,模板定义参见[转码模板](https://cloud.tencent.com/document/product/266/33478#.3Cspan-id-.3D-.22zm.22-.3E.3C.2Fspan.3E.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
默认值为0,表示删除参数Type指定种类下所有的视频。Copyright © 2021. All rights reserved.