public class GetURLUploadInfosRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
jobIds
The one or more IDs of upload jobs.
|
String |
uploadURLs
The one or more upload URLs of the source files.
|
| 构造器和说明 |
|---|
GetURLUploadInfosRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetURLUploadInfosRequest |
build(Map<String,?> map) |
String |
getJobIds() |
String |
getUploadURLs() |
GetURLUploadInfosRequest |
setJobIds(String jobIds) |
GetURLUploadInfosRequest |
setUploadURLs(String uploadURLs) |
@NameInMap(value="JobIds") public String jobIds
The one or more IDs of upload jobs. You can obtain the job IDs in the response parameter JobId of the [UploadMediaByURL](~~86311~~) operation.
- You can specify a maximum of 10 IDs.
- Separate multiple IDs with commas (,).
> You must set one of the JobIds and the UploadURLs parameters. If you set both the JobIds and UploadURLs parameters, only the value of the JobIds parameter takes effect.
@NameInMap(value="UploadURLs") public String uploadURLs
The one or more upload URLs of the source files. Separate multiple URLs with commas (,). You can specify a maximum of 10 URLs.
> * You must encode the URLs before you use the URLs.
> * If a media file is uploaded multiple times, pass the URL of the media file to this parameter only once.
> * You must set one of the JobIds and the UploadURLs parameters. If you set both the JobIds and UploadURLs parameters, only the value of the JobIds parameter takes effect.
public static GetURLUploadInfosRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetURLUploadInfosRequest setJobIds(String jobIds)
public String getJobIds()
public GetURLUploadInfosRequest setUploadURLs(String uploadURLs)
public String getUploadURLs()
Copyright © 2024. All rights reserved.