public class LogoParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
LogoParam() |
LogoParam(LogoParam 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 |
getLogoImage()
Get Watermark Base64 code is supported.
|
LogoRect |
getLogoRect()
Get The coordinates of the watermark image in the generated image.
|
String |
getLogoUrl()
Get Watermark URL
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLogoImage(String LogoImage)
Set Watermark Base64 code is supported.
|
void |
setLogoRect(LogoRect LogoRect)
Set The coordinates of the watermark image in the generated image.
|
void |
setLogoUrl(String LogoUrl)
Set Watermark URL
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LogoParam()
public LogoParam(LogoParam source)
public String getLogoUrl()
public void setLogoUrl(String LogoUrl)
LogoUrl
- Watermark URL
Note: This field may return null, indicating that no valid values can be obtained.public String getLogoImage()
public void setLogoImage(String LogoImage)
LogoImage
- Watermark Base64 code is supported. Either the Base64 code or URL must be provided. If both are provided, the URL prevails.
Note: This field may return null, indicating that no valid values can be obtained.public LogoRect getLogoRect()
public void setLogoRect(LogoRect LogoRect)
LogoRect
- The coordinates of the watermark image in the generated image. The mark image will be expanded according to the coordinates.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.