public class DeleteLiveWatermarkRequest extends AbstractModel
Constructor and Description |
---|
DeleteLiveWatermarkRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getWatermarkId()
Get 水印 ID。
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。
或DescribeLiveWatermarks接口返回的水印ID。
|
void |
setWatermarkId(Long WatermarkId)
Set 水印 ID。
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。
或DescribeLiveWatermarks接口返回的水印ID。
|
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 DeleteLiveWatermarkRequest()
public DeleteLiveWatermarkRequest(DeleteLiveWatermarkRequest source)
public Long getWatermarkId()
public void setWatermarkId(Long WatermarkId)
WatermarkId
- 水印 ID。
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。
或DescribeLiveWatermarks接口返回的水印ID。Copyright © 2021. All rights reserved.