Class McuWaterMarkImage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.McuWaterMarkImage
-
public class McuWaterMarkImage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description McuWaterMarkImage()McuWaterMarkImage(McuWaterMarkImage 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 LonggetLocationX()Get 水印在输出时的X偏移。单位为像素值。LonggetLocationY()Get 水印在输出时的Y偏移。单位为像素值。LonggetWaterMarkHeight()Get 水印在输出时的高。单位为像素值。StringgetWaterMarkUrl()Get 水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。LonggetWaterMarkWidth()Get 水印在输出时的宽。单位为像素值。LonggetZOrder()Get 水印在输出时的层级,不填默认为0。voidsetLocationX(Long LocationX)Set 水印在输出时的X偏移。单位为像素值。voidsetLocationY(Long LocationY)Set 水印在输出时的Y偏移。单位为像素值。voidsetWaterMarkHeight(Long WaterMarkHeight)Set 水印在输出时的高。单位为像素值。voidsetWaterMarkUrl(String WaterMarkUrl)Set 水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。voidsetWaterMarkWidth(Long WaterMarkWidth)Set 水印在输出时的宽。单位为像素值。voidsetZOrder(Long ZOrder)Set 水印在输出时的层级,不填默认为0。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
-
McuWaterMarkImage
public McuWaterMarkImage()
-
McuWaterMarkImage
public McuWaterMarkImage(McuWaterMarkImage 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
-
getWaterMarkUrl
public String getWaterMarkUrl()
Get 水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。- Returns:
- WaterMarkUrl 水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。
-
setWaterMarkUrl
public void setWaterMarkUrl(String WaterMarkUrl)
Set 水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。- Parameters:
WaterMarkUrl- 水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。
-
getWaterMarkWidth
public Long getWaterMarkWidth()
Get 水印在输出时的宽。单位为像素值。- Returns:
- WaterMarkWidth 水印在输出时的宽。单位为像素值。
-
setWaterMarkWidth
public void setWaterMarkWidth(Long WaterMarkWidth)
Set 水印在输出时的宽。单位为像素值。- Parameters:
WaterMarkWidth- 水印在输出时的宽。单位为像素值。
-
getWaterMarkHeight
public Long getWaterMarkHeight()
Get 水印在输出时的高。单位为像素值。- Returns:
- WaterMarkHeight 水印在输出时的高。单位为像素值。
-
setWaterMarkHeight
public void setWaterMarkHeight(Long WaterMarkHeight)
Set 水印在输出时的高。单位为像素值。- Parameters:
WaterMarkHeight- 水印在输出时的高。单位为像素值。
-
getLocationX
public Long getLocationX()
Get 水印在输出时的X偏移。单位为像素值。- Returns:
- LocationX 水印在输出时的X偏移。单位为像素值。
-
setLocationX
public void setLocationX(Long LocationX)
Set 水印在输出时的X偏移。单位为像素值。- Parameters:
LocationX- 水印在输出时的X偏移。单位为像素值。
-
getLocationY
public Long getLocationY()
Get 水印在输出时的Y偏移。单位为像素值。- Returns:
- LocationY 水印在输出时的Y偏移。单位为像素值。
-
setLocationY
public void setLocationY(Long LocationY)
Set 水印在输出时的Y偏移。单位为像素值。- Parameters:
LocationY- 水印在输出时的Y偏移。单位为像素值。
-
getZOrder
public Long getZOrder()
Get 水印在输出时的层级,不填默认为0。- Returns:
- ZOrder 水印在输出时的层级,不填默认为0。
-
setZOrder
public void setZOrder(Long ZOrder)
Set 水印在输出时的层级,不填默认为0。- Parameters:
ZOrder- 水印在输出时的层级,不填默认为0。
-
-