public class DescribeWatermarkInfo extends AbstractModel
Constructor and Description |
---|
DescribeWatermarkInfo() |
DescribeWatermarkInfo(DescribeWatermarkInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAttachedChannels()
Get List of channel IDs the watermark is bound to
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getId()
Get Watermark ID
|
DescribeImageSettings |
getImageSettings()
Get Watermark image settings.
|
String |
getName()
Get Watermark name
|
DescribeTextSettings |
getTextSettings()
Get Watermark text settings.
|
String |
getType()
Get Watermark type.
|
String |
getUpdateTime()
Get Last modified time (UTC+0) of the watermark, in the format of `2020-01-01T12:00:00Z`
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setAttachedChannels(String[] AttachedChannels)
Set List of channel IDs the watermark is bound to
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setId(String Id)
Set Watermark ID
|
void |
setImageSettings(DescribeImageSettings ImageSettings)
Set Watermark image settings.
|
void |
setName(String Name)
Set Watermark name
|
void |
setTextSettings(DescribeTextSettings TextSettings)
Set Watermark text settings.
|
void |
setType(String Type)
Set Watermark type.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time (UTC+0) of the watermark, in the format of `2020-01-01T12:00:00Z`
Note: This field may return `null`, indicating that no valid value was found.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeWatermarkInfo()
public DescribeWatermarkInfo(DescribeWatermarkInfo source)
public String getId()
public void setId(String Id)
Id
- Watermark IDpublic String getName()
public void setName(String Name)
Name
- Watermark namepublic String getType()
public void setType(String Type)
Type
- Watermark type. Valid values: STATIC_IMAGE, TEXT.public DescribeImageSettings getImageSettings()
public void setImageSettings(DescribeImageSettings ImageSettings)
ImageSettings
- Watermark image settings. This parameter is valid if `Type` is `STATIC_IMAGE`.
Note: This field may return `null`, indicating that no valid value was found.public DescribeTextSettings getTextSettings()
public void setTextSettings(DescribeTextSettings TextSettings)
TextSettings
- Watermark text settings. This parameter is valid if `Type` is `TEXT`.
Note: This field may return `null`, indicating that no valid value was found.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time (UTC+0) of the watermark, in the format of `2020-01-01T12:00:00Z`
Note: This field may return `null`, indicating that no valid value was found.public String[] getAttachedChannels()
public void setAttachedChannels(String[] AttachedChannels)
AttachedChannels
- List of channel IDs the watermark is bound to
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.