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 |
getImageBase64()
Get 图片Base64。
|
String |
getImageUrl()
Get 图片Url。
|
void |
setImageBase64(String ImageBase64)
Set 图片Base64。
|
void |
setImageUrl(String ImageUrl)
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 getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- 图片Url。public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64
- 图片Base64。Copyright © 2025. All rights reserved.