public class DeleteVideoResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
forbiddenVideoIds
The IDs of the videos that cannot be deleted.
|
List<String> |
nonExistVideoIds
The IDs of the videos that do not exist.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
DeleteVideoResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteVideoResponseBody |
build(Map<String,?> map) |
List<String> |
getForbiddenVideoIds() |
List<String> |
getNonExistVideoIds() |
String |
getRequestId() |
DeleteVideoResponseBody |
setForbiddenVideoIds(List<String> forbiddenVideoIds) |
DeleteVideoResponseBody |
setNonExistVideoIds(List<String> nonExistVideoIds) |
DeleteVideoResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ForbiddenVideoIds") public List<String> forbiddenVideoIds
The IDs of the videos that cannot be deleted.
> Generally, videos cannot be deleted if you do not have the required [permissions](~~113600~~).
@NameInMap(value="NonExistVideoIds") public List<String> nonExistVideoIds
The IDs of the videos that do not exist.
> If the list of videos to be deleted contains one or more videos that do not exist, the IDs of these non-existing videos are returned. If none of the videos in the list exists, a 404 error is returned.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static DeleteVideoResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteVideoResponseBody setForbiddenVideoIds(List<String> forbiddenVideoIds)
public DeleteVideoResponseBody setNonExistVideoIds(List<String> nonExistVideoIds)
public DeleteVideoResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.