public class CreateUploadImageResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileURL
The OSS URL of the file.
|
String |
imageId
The ID of the image file.
|
String |
imageURL
The URL of the image.
|
String |
requestId
The ID of the request.
|
String |
uploadAddress
The upload URL.
|
String |
uploadAuth
The upload credential.
|
| 构造器和说明 |
|---|
CreateUploadImageResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateUploadImageResponseBody |
build(Map<String,?> map) |
String |
getFileURL() |
String |
getImageId() |
String |
getImageURL() |
String |
getRequestId() |
String |
getUploadAddress() |
String |
getUploadAuth() |
CreateUploadImageResponseBody |
setFileURL(String fileURL) |
CreateUploadImageResponseBody |
setImageId(String imageId) |
CreateUploadImageResponseBody |
setImageURL(String imageURL) |
CreateUploadImageResponseBody |
setRequestId(String requestId) |
CreateUploadImageResponseBody |
setUploadAddress(String uploadAddress) |
CreateUploadImageResponseBody |
setUploadAuth(String uploadAuth) |
@NameInMap(value="FileURL") public String fileURL
The OSS URL of the file. The URL does not contain the information used for URL signing. You can specify FileUrl when you call the [AddWatermark](~~98617~~) operation.
@NameInMap(value="ImageId") public String imageId
The ID of the image file.
@NameInMap(value="ImageURL") public String imageURL
The URL of the image.
> If the returned URL is inaccessible from a browser and the HTTP 403 status code is returned, the URL signing feature in ApsaraVideo VOD is enabled. To resolve this issue, you can disable the [URL signing](~~86090~~) feature or [generate a signed URL](~~57007~~).
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="UploadAddress") public String uploadAddress
The upload URL.
> The returned upload URL is a Base64-encoded URL. You must decode the Base64-encoded URL before you use an SDK or call an API operation to upload auxiliary media assets. You need to parse UploadAddress only if you use the OSS SDK or call an OSS API operation to upload auxiliary media assets.
@NameInMap(value="UploadAuth") public String uploadAuth
The upload credential.
> The returned upload credential is a Base64-encoded value. You must decode the Base64-encoded credential before you use an SDK or call an API operation to upload auxiliary media assets. You need to parse UploadAuth only if you use the OSS SDK or call an OSS API operation to upload auxiliary media assets.
public static CreateUploadImageResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateUploadImageResponseBody setFileURL(String fileURL)
public String getFileURL()
public CreateUploadImageResponseBody setImageId(String imageId)
public String getImageId()
public CreateUploadImageResponseBody setImageURL(String imageURL)
public String getImageURL()
public CreateUploadImageResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateUploadImageResponseBody setUploadAddress(String uploadAddress)
public String getUploadAddress()
public CreateUploadImageResponseBody setUploadAuth(String uploadAuth)
public String getUploadAuth()
Copyright © 2024. All rights reserved.