public class RefreshMediaPlayUrlsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
forbiddenMediaIds
The IDs of the media files that cannot be operated on.
|
String |
mediaRefreshJobId
The ID of the refresh or prefetch task.
|
String |
nonExistMediaIds
The IDs of the media files that do not exist.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
RefreshMediaPlayUrlsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RefreshMediaPlayUrlsResponseBody |
build(Map<String,?> map) |
String |
getForbiddenMediaIds() |
String |
getMediaRefreshJobId() |
String |
getNonExistMediaIds() |
String |
getRequestId() |
RefreshMediaPlayUrlsResponseBody |
setForbiddenMediaIds(String forbiddenMediaIds) |
RefreshMediaPlayUrlsResponseBody |
setMediaRefreshJobId(String mediaRefreshJobId) |
RefreshMediaPlayUrlsResponseBody |
setNonExistMediaIds(String nonExistMediaIds) |
RefreshMediaPlayUrlsResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ForbiddenMediaIds") public String forbiddenMediaIds
The IDs of the media files that cannot be operated on. In most cases, media files cannot be operated on because you are not authorized to perform the operations. For more information, see [Overview](~~113600~~).
@NameInMap(value="MediaRefreshJobId") public String mediaRefreshJobId
The ID of the refresh or prefetch task.
@NameInMap(value="NonExistMediaIds") public String nonExistMediaIds
The IDs of the media files that do not exist.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static RefreshMediaPlayUrlsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RefreshMediaPlayUrlsResponseBody setForbiddenMediaIds(String forbiddenMediaIds)
public String getForbiddenMediaIds()
public RefreshMediaPlayUrlsResponseBody setMediaRefreshJobId(String mediaRefreshJobId)
public String getMediaRefreshJobId()
public RefreshMediaPlayUrlsResponseBody setNonExistMediaIds(String nonExistMediaIds)
public String getNonExistMediaIds()
public RefreshMediaPlayUrlsResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.