public class UpdateVideoInfosResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
forbiddenVideoIds
The IDs of the videos that cannot be modified.
|
List<String> |
nonExistVideoIds
The IDs of the videos that do not exist.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
UpdateVideoInfosResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateVideoInfosResponseBody |
build(Map<String,?> map) |
List<String> |
getForbiddenVideoIds() |
List<String> |
getNonExistVideoIds() |
String |
getRequestId() |
UpdateVideoInfosResponseBody |
setForbiddenVideoIds(List<String> forbiddenVideoIds) |
UpdateVideoInfosResponseBody |
setNonExistVideoIds(List<String> nonExistVideoIds) |
UpdateVideoInfosResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ForbiddenVideoIds") public List<String> forbiddenVideoIds
The IDs of the videos that cannot be modified. Generally, videos cannot be modified if you do not have required [permissions](~~113600~~).
@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.
public static UpdateVideoInfosResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateVideoInfosResponseBody setForbiddenVideoIds(List<String> forbiddenVideoIds)
public UpdateVideoInfosResponseBody setNonExistVideoIds(List<String> nonExistVideoIds)
public UpdateVideoInfosResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.