Class WatermarkInfo

    • 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 - 背景水印高。