public static class UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creationTime
The time when the watermark was added.
|
String |
fileUrl
The Object Storage Service (OSS) URL or Content Delivery Network (CDN) URL of the watermark file.
|
String |
isDefault
Indicates whether the watermark is the default one.
|
String |
name
The name of the watermark.
|
String |
type
The type of the watermark.
|
String |
watermarkConfig
The configurations such as the position and effect of the text watermark or image watermark.
|
String |
watermarkId
The ID of the watermark.
|
| 构造器和说明 |
|---|
UpdateWatermarkResponseBodyWatermarkInfo() |
@NameInMap(value="CreationTime") public String creationTime
The time when the watermark was added. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="FileUrl") public String fileUrl
The Object Storage Service (OSS) URL or Content Delivery Network (CDN) URL of the watermark file. A text watermark does not have a file URL.
@NameInMap(value="IsDefault") public String isDefault
Indicates whether the watermark is the default one. Valid values:
* **Default**: The watermark is the default one.
* **NotDefault**: The watermark is not the default one.
@NameInMap(value="Name") public String name
The name of the watermark.
@NameInMap(value="Type") public String type
The type of the watermark. Valid values:
* **Image**: This is the default value.
* **Text**
@NameInMap(value="WatermarkConfig") public String watermarkConfig
The configurations such as the position and effect of the text watermark or image watermark. The value is a JSON-formatted string.
> The value of this parameter varies with the watermark type. For more information about the data structure, see the "WatermarkConfig" section of the [Media processing parameters](~~98618~~) topic.
@NameInMap(value="WatermarkId") public String watermarkId
The ID of the watermark.
public static UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo build(Map<String,?> map) throws Exception
Exceptionpublic UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo setCreationTime(String creationTime)
public String getCreationTime()
public UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo setFileUrl(String fileUrl)
public String getFileUrl()
public UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo setIsDefault(String isDefault)
public String getIsDefault()
public UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo setName(String name)
public String getName()
public UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo setType(String type)
public String getType()
public UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo setWatermarkConfig(String watermarkConfig)
public String getWatermarkConfig()
public UpdateWatermarkResponseBody.UpdateWatermarkResponseBodyWatermarkInfo setWatermarkId(String watermarkId)
public String getWatermarkId()
Copyright © 2024. All rights reserved.