public class BlindWatermarkEmbedInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BlindWatermarkEmbedInfo() | 
| BlindWatermarkEmbedInfo(BlindWatermarkEmbedInfo 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 | 
|---|---|
| String | getEmbedText()Get 盲水印文字,经过URL安全的Base64编码的4Byte数据。Base64解码之后,少于4Byte将会填充0x00到4Byte,超过4Byte将会截断为4Byte。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEmbedText(String EmbedText)Set 盲水印文字,经过URL安全的Base64编码的4Byte数据。Base64解码之后,少于4Byte将会填充0x00到4Byte,超过4Byte将会截断为4Byte。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 BlindWatermarkEmbedInfo()
public BlindWatermarkEmbedInfo(BlindWatermarkEmbedInfo source)
public String getEmbedText()
public void setEmbedText(String EmbedText)
EmbedText - 盲水印文字,经过URL安全的Base64编码的4Byte数据。Base64解码之后,少于4Byte将会填充0x00到4Byte,超过4Byte将会截断为4Byte。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.