Class WatermarkInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.WatermarkInfo
-
public class WatermarkInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WatermarkInfo()WatermarkInfo(WatermarkInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBackgroundHeight()Get 背景水印高。LonggetBackgroundWidth()Get 背景水印宽。StringgetCreateTime()Get 添加时间。 注:此字段为北京时间(UTC+8时区)。LonggetHeight()Get 水印高。StringgetPictureUrl()Get 水印图片 URL。LonggetStatus()Get 当前状态。0:未使用,1:使用中。LonggetWatermarkId()Get 水印 ID。StringgetWatermarkName()Get 水印名称。LonggetWidth()Get 水印宽。LonggetXPosition()Get 显示位置,X 轴偏移。LonggetYPosition()Get 显示位置,Y 轴偏移。voidsetBackgroundHeight(Long BackgroundHeight)Set 背景水印高。voidsetBackgroundWidth(Long BackgroundWidth)Set 背景水印宽。voidsetCreateTime(String CreateTime)Set 添加时间。 注:此字段为北京时间(UTC+8时区)。voidsetHeight(Long Height)Set 水印高。voidsetPictureUrl(String PictureUrl)Set 水印图片 URL。voidsetStatus(Long Status)Set 当前状态。0:未使用,1:使用中。voidsetWatermarkId(Long WatermarkId)Set 水印 ID。voidsetWatermarkName(String WatermarkName)Set 水印名称。voidsetWidth(Long Width)Set 水印宽。voidsetXPosition(Long XPosition)Set 显示位置,X 轴偏移。voidsetYPosition(Long YPosition)Set 显示位置,Y 轴偏移。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
WatermarkInfo
public WatermarkInfo()
-
WatermarkInfo
public WatermarkInfo(WatermarkInfo 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.
-
-
Method Detail
-
getWatermarkId
public Long getWatermarkId()
Get 水印 ID。- Returns:
- WatermarkId 水印 ID。
-
setWatermarkId
public void setWatermarkId(Long WatermarkId)
Set 水印 ID。- Parameters:
WatermarkId- 水印 ID。
-
getPictureUrl
public String getPictureUrl()
Get 水印图片 URL。- Returns:
- PictureUrl 水印图片 URL。
-
setPictureUrl
public void setPictureUrl(String PictureUrl)
Set 水印图片 URL。- Parameters:
PictureUrl- 水印图片 URL。
-
getXPosition
public Long getXPosition()
Get 显示位置,X 轴偏移。- Returns:
- XPosition 显示位置,X 轴偏移。
-
setXPosition
public void setXPosition(Long XPosition)
Set 显示位置,X 轴偏移。- Parameters:
XPosition- 显示位置,X 轴偏移。
-
getYPosition
public Long getYPosition()
Get 显示位置,Y 轴偏移。- Returns:
- YPosition 显示位置,Y 轴偏移。
-
setYPosition
public void setYPosition(Long YPosition)
Set 显示位置,Y 轴偏移。- Parameters:
YPosition- 显示位置,Y 轴偏移。
-
getWatermarkName
public String getWatermarkName()
Get 水印名称。- Returns:
- WatermarkName 水印名称。
-
setWatermarkName
public void setWatermarkName(String WatermarkName)
Set 水印名称。- Parameters:
WatermarkName- 水印名称。
-
getStatus
public Long getStatus()
Get 当前状态。0:未使用,1:使用中。- Returns:
- Status 当前状态。0:未使用,1:使用中。
-
setStatus
public void setStatus(Long Status)
Set 当前状态。0:未使用,1:使用中。- Parameters:
Status- 当前状态。0:未使用,1:使用中。
-
getCreateTime
public String getCreateTime()
Get 添加时间。 注:此字段为北京时间(UTC+8时区)。- Returns:
- CreateTime 添加时间。 注:此字段为北京时间(UTC+8时区)。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 添加时间。 注:此字段为北京时间(UTC+8时区)。- Parameters:
CreateTime- 添加时间。 注:此字段为北京时间(UTC+8时区)。
-
getWidth
public Long getWidth()
Get 水印宽。- Returns:
- Width 水印宽。
-
setWidth
public void setWidth(Long Width)
Set 水印宽。- Parameters:
Width- 水印宽。
-
getHeight
public Long getHeight()
Get 水印高。- Returns:
- Height 水印高。
-
setHeight
public void setHeight(Long Height)
Set 水印高。- Parameters:
Height- 水印高。
-
getBackgroundWidth
public Long getBackgroundWidth()
Get 背景水印宽。- Returns:
- BackgroundWidth 背景水印宽。
-
setBackgroundWidth
public void setBackgroundWidth(Long BackgroundWidth)
Set 背景水印宽。- Parameters:
BackgroundWidth- 背景水印宽。
-
getBackgroundHeight
public Long getBackgroundHeight()
Get 背景水印高。- Returns:
- BackgroundHeight 背景水印高。
-
setBackgroundHeight
public void setBackgroundHeight(Long BackgroundHeight)
Set 背景水印高。- Parameters:
BackgroundHeight- 背景水印高。
-
-