public class GetMediaRefreshJobsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
mediaId
The ID of the media file.
|
String |
mediaRefreshJobId
The ID of the refresh or prefetch job.
|
| 构造器和说明 |
|---|
GetMediaRefreshJobsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMediaRefreshJobsRequest |
build(Map<String,?> map) |
String |
getMediaId() |
String |
getMediaRefreshJobId() |
GetMediaRefreshJobsRequest |
setMediaId(String mediaId) |
GetMediaRefreshJobsRequest |
setMediaRefreshJobId(String mediaRefreshJobId) |
@NameInMap(value="MediaId") public String mediaId
The ID of the media file. It is the value of the `MediaIds` parameter that you specify when you call the [RefreshMediaPlayUrls](~~RefreshMediaPlayUrls~~) operation. You can specify only one media ID.
If you leave this parameter empty, information about all media files in the refresh or prefetch job specified by `MediaRefreshJobId` is returned. If you set this parameter, only the information about the specified media file is returned.``
@NameInMap(value="MediaRefreshJobId") public String mediaRefreshJobId
The ID of the refresh or prefetch job. It is the value of the MediaRefreshJobId parameter that is returned from the call to the [RefreshMediaPlayUrls](~~RefreshMediaPlayUrls~~) operation.
public static GetMediaRefreshJobsRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMediaRefreshJobsRequest setMediaId(String mediaId)
public String getMediaId()
public GetMediaRefreshJobsRequest setMediaRefreshJobId(String mediaRefreshJobId)
public String getMediaRefreshJobId()
Copyright © 2024. All rights reserved.