Class DeleteLiveWatermarkRequest

    • Constructor Detail

      • DeleteLiveWatermarkRequest

        public DeleteLiveWatermarkRequest()
      • DeleteLiveWatermarkRequest

        public DeleteLiveWatermarkRequest​(DeleteLiveWatermarkRequest 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。 在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 或DescribeLiveWatermarks接口返回的水印ID。
        Returns:
        WatermarkId 水印 ID。 在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 或DescribeLiveWatermarks接口返回的水印ID。
      • setWatermarkId

        public void setWatermarkId​(Long WatermarkId)
        Set 水印 ID。 在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 或DescribeLiveWatermarks接口返回的水印ID。
        Parameters:
        WatermarkId - 水印 ID。 在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 或DescribeLiveWatermarks接口返回的水印ID。