public class UploadStreamByURLResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileURL
The URL of the OSS object.
|
String |
requestId
The ID of the request.
|
String |
sourceURL
The URL of the input stream.
|
String |
streamJobId
The ID of the stream upload job.
|
| 构造器和说明 |
|---|
UploadStreamByURLResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UploadStreamByURLResponseBody |
build(Map<String,?> map) |
String |
getFileURL() |
String |
getRequestId() |
String |
getSourceURL() |
String |
getStreamJobId() |
UploadStreamByURLResponseBody |
setFileURL(String fileURL) |
UploadStreamByURLResponseBody |
setRequestId(String requestId) |
UploadStreamByURLResponseBody |
setSourceURL(String sourceURL) |
UploadStreamByURLResponseBody |
setStreamJobId(String streamJobId) |
@NameInMap(value="FileURL") public String fileURL
The URL of the OSS object.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="SourceURL") public String sourceURL
The URL of the input stream. This parameter is used when you call the [GetURLUploadInfos](~~106830~~) operation.
@NameInMap(value="StreamJobId") public String streamJobId
The ID of the stream upload job. This parameter is used when you call the [GetURLUploadInfos](~~106830~~) operation.
In ApsaraVideo VOD, you can upload only one transcoded stream in an upload job. For more information, see the PlayInfo: the playback information about a video stream section in [Basic structures](~~52839~~).
public static UploadStreamByURLResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UploadStreamByURLResponseBody setFileURL(String fileURL)
public String getFileURL()
public UploadStreamByURLResponseBody setRequestId(String requestId)
public String getRequestId()
public UploadStreamByURLResponseBody setSourceURL(String sourceURL)
public String getSourceURL()
public UploadStreamByURLResponseBody setStreamJobId(String streamJobId)
public String getStreamJobId()
Copyright © 2024. All rights reserved.