public class DeleteMediaRequest extends AbstractModel
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 指定本次需要删除的部分。默认值为 "[]", 表示删除媒体及其对应的全部视频处理文件。
|
String |
getFileId()
Get 媒体文件的唯一标识。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setDeleteParts(MediaDeleteItem[] DeleteParts)
Set 指定本次需要删除的部分。默认值为 "[]", 表示删除媒体及其对应的全部视频处理文件。
|
void |
setFileId(String FileId)
Set 媒体文件的唯一标识。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
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 DeleteMediaRequest()
public DeleteMediaRequest(DeleteMediaRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- 媒体文件的唯一标识。public MediaDeleteItem[] getDeleteParts()
public void setDeleteParts(MediaDeleteItem[] DeleteParts)
DeleteParts
- 指定本次需要删除的部分。默认值为 "[]", 表示删除媒体及其对应的全部视频处理文件。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID 。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2021. All rights reserved.