public class HiddenMarkInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HiddenMarkInfo() | 
| HiddenMarkInfo(HiddenMarkInfo 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 | 
|---|---|
| CosInfo | getCosInfo()Get 数字水印的Cos 信息,从Cos上拉取图片水印时必填。 | 
| Long | getFrequency()Get 数字水印频率,可选值:[1,256],默认值为30 | 
| String | getPath()Get 数字水印路径,,如果不从Cos拉取水印,则必填 | 
| Long | getStrength()Get 数字水印强度,可选值:[32,128],默认值为64 | 
| void | setCosInfo(CosInfo CosInfo)Set 数字水印的Cos 信息,从Cos上拉取图片水印时必填。 | 
| void | setFrequency(Long Frequency)Set 数字水印频率,可选值:[1,256],默认值为30 | 
| void | setPath(String Path)Set 数字水印路径,,如果不从Cos拉取水印,则必填 | 
| void | setStrength(Long Strength)Set 数字水印强度,可选值:[32,128],默认值为64 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HiddenMarkInfo()
public HiddenMarkInfo(HiddenMarkInfo source)
public String getPath()
public void setPath(String Path)
Path - 数字水印路径,,如果不从Cos拉取水印,则必填public Long getFrequency()
public void setFrequency(Long Frequency)
Frequency - 数字水印频率,可选值:[1,256],默认值为30public Long getStrength()
public void setStrength(Long Strength)
Strength - 数字水印强度,可选值:[32,128],默认值为64public CosInfo getCosInfo()
public void setCosInfo(CosInfo CosInfo)
CosInfo - 数字水印的Cos 信息,从Cos上拉取图片水印时必填。Copyright © 2025. All rights reserved.