public abstract class AbstractImageInfo extends AbstractInfoResult implements ImageInfo
ImageInfo
,
Serialized FormConstructor and Description |
---|
AbstractImageInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFileBase64()
图片Base64编码内容
|
Double |
getHeight()
图片长
|
String |
getMD5()
取图片的MD5值
|
Long |
getSize()
获取图片大小 字节
|
Long |
getTime()
图片上传到腾讯时候的时间
|
String |
getUrl()
图片路径
|
Double |
getWidth()
图片宽
|
void |
setFileBase64(String fileBase64) |
void |
setHeight(Double height) |
void |
setMD5(String MD5) |
void |
setSize(Long size) |
void |
setTime(Long time) |
void |
setUrl(String url) |
void |
setWidth(Double width) |
String |
toString() |
getOriginalData, setOriginalData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOtherParam, getOtherParam
getOriginalData
public void setMD5(String MD5)
public void setWidth(Double width)
public void setHeight(Double height)
public void setSize(Long size)
public void setUrl(String url)
public void setTime(Long time)
public String getFileBase64()
ImageInfo
getFileBase64
in interface ImageInfo
public void setFileBase64(String fileBase64)
public String toString()
toString
in class AbstractInfoResult
Copyright © 2020. All rights reserved.