public class MediaDeleteItem extends AbstractModel
| 构造器和说明 |
|---|
MediaDeleteItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getDefinition()
Get 删除由Type参数指定的种类下的视频模板号,模板定义参见[转码模板](https://cloud.tencent.com/document/product/266/33478#.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
|
String |
getType()
Get 所指定的删除部分。
|
void |
setDefinition(Long Definition)
Set 删除由Type参数指定的种类下的视频模板号,模板定义参见[转码模板](https://cloud.tencent.com/document/product/266/33478#.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
|
void |
setType(String Type)
Set 所指定的删除部分。
|
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, toJsonStringpublic 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#.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF)。
默认值为0,表示删除参数Type指定种类下所有的视频。Copyright © 2020. All rights reserved.