public class ImageWatermarkInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ImageWatermarkInput()  | 
ImageWatermarkInput(ImageWatermarkInput 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 | 
getHeight()
Get Watermark height. 
 | 
String | 
getImageContent()
Get The [Base64](https://tools.ietf.org/html/rfc4648) encoded string of a watermark image. 
 | 
String | 
getRepeatType()
Get Repeat type of an animated watermark. 
 | 
Long | 
getTransparency()
Get 
 | 
String | 
getWidth()
Get Watermark width. 
 | 
void | 
setHeight(String Height)
Set Watermark height. 
 | 
void | 
setImageContent(String ImageContent)
Set The [Base64](https://tools.ietf.org/html/rfc4648) encoded string of a watermark image. 
 | 
void | 
setRepeatType(String RepeatType)
Set Repeat type of an animated watermark. 
 | 
void | 
setTransparency(Long Transparency)
Set 
 | 
void | 
setWidth(String Width)
Set Watermark width. 
 | 
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 ImageWatermarkInput()
public ImageWatermarkInput(ImageWatermarkInput source)
public String getImageContent()
public void setImageContent(String ImageContent)
ImageContent - The [Base64](https://tools.ietf.org/html/rfc4648) encoded string of a watermark image. Only JPEG, PNG, and GIF images are supported.public String getWidth()
public void setWidth(String Width)
Width - Watermark width. % and px formats are supported:
public String getHeight()
public void setHeight(String Height)
Height - Watermark height. % and px formats are supported:
public String getRepeatType()
public void setRepeatType(String RepeatType)
RepeatType - Repeat type of an animated watermark. Valid values:
public Long getTransparency()
public void setTransparency(Long Transparency)
Transparency - Copyright © 2025. All rights reserved.