public static class GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
creationTime
The time when the watermark was created.
|
String |
fileUrl
The Object Storage Service (OSS) URL or 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 configuration information such as the position and effect about the text watermark or image watermark.
|
String |
watermarkId
The ID of the watermark.
|
| 构造器和说明 |
|---|
GetWatermarkResponseBodyWatermarkInfo() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="CreationTime") public String creationTime
The time when the watermark was created. 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 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**
* **NotDefault**
@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**
* **Text**
@NameInMap(value="WatermarkConfig") public String watermarkConfig
The configuration information such as the position and effect about the text watermark or image watermark. The value is a JSON string. For more information about the data structure, see the "WatermarkConfig: specifies the watermark configurations" section of the [Parameters for media processing](~~98618~~) topic.
@NameInMap(value="WatermarkId") public String watermarkId
The ID of the watermark.
public static GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setAppId(String appId)
public String getAppId()
public GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setCreationTime(String creationTime)
public String getCreationTime()
public GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setFileUrl(String fileUrl)
public String getFileUrl()
public GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setIsDefault(String isDefault)
public String getIsDefault()
public GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setName(String name)
public String getName()
public GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setType(String type)
public String getType()
public GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setWatermarkConfig(String watermarkConfig)
public String getWatermarkConfig()
public GetWatermarkResponseBody.GetWatermarkResponseBodyWatermarkInfo setWatermarkId(String watermarkId)
public String getWatermarkId()
Copyright © 2024. All rights reserved.