public class Image extends AbstractModel
header, skipSign
Constructor and Description |
---|
Image() |
Image(Image 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 |
getBase64()
Get 图片Base64
|
String |
getUrl()
Get 图片Url
|
void |
setBase64(String Base64)
Set 图片Base64
|
void |
setUrl(String Url)
Set 图片Url
|
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, toJsonString
public Image()
public Image(Image source)
public String getBase64()
public void setBase64(String Base64)
Base64
- 图片Base64public String getUrl()
public void setUrl(String Url)
Url
- 图片UrlCopyright © 2025. All rights reserved.