public class MediaDeleteItem extends AbstractModel
skipSign
Constructor and Description |
---|
MediaDeleteItem() |
MediaDeleteItem(MediaDeleteItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDefinition()
Get ID of the template for which to delete the videos of the type specified by the `Type` parameter.
|
String |
getType()
Get The type of files to delete.
|
void |
setDefinition(Long Definition)
Set ID of the template for which to delete the videos of the type specified by the `Type` parameter.
|
void |
setType(String Type)
Set The type of files to delete.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaDeleteItem()
public MediaDeleteItem(MediaDeleteItem source)
public String getType()
public void setType(String Type)
Type
- The type of files to delete. If this parameter is left empty, it will be invalid. Valid values:
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- ID of the template for which to delete the videos of the type specified by the `Type` parameter. For the template definition, please see [Transcoding Template](https://intl.cloud.tencent.com/document/product/266/33478?from_cn_redirect=1#.3Cspan-id-.3D-.22zm.22-.3E.3C.2Fspan.3E.E8.BD.AC.E7.A0.81.E6.A8.A1.E6.9D.BF).
Default value: 0, which indicates to delete all videos of the type specified by the `Type` parameter.Copyright © 2023. All rights reserved.