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 Logo Base64 code.
|
LogoRect |
getLogoRect()
Get Coordinates of the logo image in the generated image.
|
String |
getLogoUrl()
Get Logo URL
|
void |
setLogoImage(String LogoImage)
Set Logo Base64 code.
|
void |
setLogoRect(LogoRect LogoRect)
Set Coordinates of the logo image in the generated image.
|
void |
setLogoUrl(String LogoUrl)
Set Logo URL
|
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
- Logo URLpublic String getLogoImage()
public void setLogoImage(String LogoImage)
LogoImage
- Logo Base64 code. Either the Base64 code or URL must be provided. If both are provided, URL prevails.public LogoRect getLogoRect()
public void setLogoRect(LogoRect LogoRect)
LogoRect
- Coordinates of the logo image in the generated image. The logo image will be stretched according to the coordinates.Copyright © 2024. All rights reserved.