public class ImageInfo extends AbstractModel
Constructor and Description |
---|
ImageInfo() |
ImageInfo(ImageInfo 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编码
|
Long |
getId()
Get 图片id
|
String |
getUrl()
Get 图片url
|
void |
setBase64(String Base64)
Set 图片base64编码
|
void |
setId(Long Id)
Set 图片id
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageInfo()
public ImageInfo(ImageInfo source)
public Long getId()
public void setId(Long Id)
Id
- 图片idpublic String getUrl()
public void setUrl(String Url)
Url
- 图片urlpublic String getBase64()
public void setBase64(String Base64)
Base64
- 图片base64编码Copyright © 2021. All rights reserved.