public class DeleteMediaRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DeleteMediaRequest() |
DeleteMediaRequest(DeleteMediaRequest 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 |
---|---|
MediaDeleteItem[] |
getDeleteParts()
Get Content to be deleted.
|
String |
getFileId()
Get Unique media file ID.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setDeleteParts(MediaDeleteItem[] DeleteParts)
Set Content to be deleted.
|
void |
setFileId(String FileId)
Set Unique media file ID.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
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 DeleteMediaRequest()
public DeleteMediaRequest(DeleteMediaRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- Unique media file ID.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public MediaDeleteItem[] getDeleteParts()
public void setDeleteParts(MediaDeleteItem[] DeleteParts)
DeleteParts
- Content to be deleted. The default value is "[]", which indicates to delete the media file and all its corresponding files generated by video processing.Copyright © 2023. All rights reserved.