public class DeleteStreamRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
jobIds
The job IDs for deleting media streams.
|
String |
videoId
The ID of the video.
|
| 构造器和说明 |
|---|
DeleteStreamRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteStreamRequest |
build(Map<String,?> map) |
String |
getJobIds() |
String |
getVideoId() |
DeleteStreamRequest |
setJobIds(String jobIds) |
DeleteStreamRequest |
setVideoId(String videoId) |
@NameInMap(value="JobIds") public String jobIds
The job IDs for deleting media streams.
* Separate multiple IDs with commas (,). A maximum of 20 IDs can be specified for one video.
* You can obtain job IDs from the PlayInfo parameter that is returned after you call the [GetPlayInfo](~~56124~~) operation. Each media stream has a unique job ID.
@NameInMap(value="VideoId") public String videoId
The ID of the video.
public static DeleteStreamRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteStreamRequest setJobIds(String jobIds)
public String getJobIds()
public DeleteStreamRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.