public class ImageMetadata extends AbstractModel
skipSign
Constructor and Description |
---|
ImageMetadata() |
ImageMetadata(ImageMetadata 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 |
---|---|
Long |
getFileSize()
Get 媒资图片文件大小,单位为Byte
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFormat()
Get 媒资图片文件格式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getHeight()
Get 媒资图片文件高度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMD5()
Get 媒资图片文件MD5
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWidth()
Get 媒资图片文件宽度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileSize(Long FileSize)
Set 媒资图片文件大小,单位为Byte
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFormat(String Format)
Set 媒资图片文件格式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeight(Long Height)
Set 媒资图片文件高度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMD5(String MD5)
Set 媒资图片文件MD5
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWidth(Long Width)
Set 媒资图片文件宽度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageMetadata()
public ImageMetadata(ImageMetadata source)
public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 媒资图片文件大小,单位为Byte
注意:此字段可能返回 null,表示取不到有效值。public String getMD5()
public void setMD5(String MD5)
MD5
- 媒资图片文件MD5
注意:此字段可能返回 null,表示取不到有效值。public Long getWidth()
public void setWidth(Long Width)
Width
- 媒资图片文件宽度
注意:此字段可能返回 null,表示取不到有效值。public Long getHeight()
public void setHeight(Long Height)
Height
- 媒资图片文件高度
注意:此字段可能返回 null,表示取不到有效值。public String getFormat()
public void setFormat(String Format)
Format
- 媒资图片文件格式
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.