public class DeleteMezzaninesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
nonExistVideoIds
The IDs of the videos that do not exist.
|
String |
requestId
The ID of the request.
|
List<String> |
unRemoveableVideoIds
The IDs of the videos whose mezzanine files cannot be deleted.
|
| 构造器和说明 |
|---|
DeleteMezzaninesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteMezzaninesResponseBody |
build(Map<String,?> map) |
List<String> |
getNonExistVideoIds() |
String |
getRequestId() |
List<String> |
getUnRemoveableVideoIds() |
DeleteMezzaninesResponseBody |
setNonExistVideoIds(List<String> nonExistVideoIds) |
DeleteMezzaninesResponseBody |
setRequestId(String requestId) |
DeleteMezzaninesResponseBody |
setUnRemoveableVideoIds(List<String> unRemoveableVideoIds) |
@NameInMap(value="NonExistVideoIds") public List<String> nonExistVideoIds
The IDs of the videos that do not exist.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="UnRemoveableVideoIds") public List<String> unRemoveableVideoIds
The IDs of the videos whose mezzanine files cannot be deleted.
> Generally, mezzanine files cannot be deleted if they are used for original-quality playback or you do not have required [permissions](~~113600~~) to delete them.
public static DeleteMezzaninesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteMezzaninesResponseBody setNonExistVideoIds(List<String> nonExistVideoIds)
public DeleteMezzaninesResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteMezzaninesResponseBody setUnRemoveableVideoIds(List<String> unRemoveableVideoIds)
Copyright © 2024. All rights reserved.