Class ImageMetadata
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.ImageMetadata
-
public class ImageMetadata extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFileSize()Get 媒资图片文件大小,单位为Byte 注意:此字段可能返回 null,表示取不到有效值。StringgetFormat()Get 媒资图片文件格式 注意:此字段可能返回 null,表示取不到有效值。LonggetHeight()Get 媒资图片文件高度 注意:此字段可能返回 null,表示取不到有效值。StringgetMD5()Get 媒资图片文件MD5 注意:此字段可能返回 null,表示取不到有效值。LonggetWidth()Get 媒资图片文件宽度 注意:此字段可能返回 null,表示取不到有效值。voidsetFileSize(Long FileSize)Set 媒资图片文件大小,单位为Byte 注意:此字段可能返回 null,表示取不到有效值。voidsetFormat(String Format)Set 媒资图片文件格式 注意:此字段可能返回 null,表示取不到有效值。voidsetHeight(Long Height)Set 媒资图片文件高度 注意:此字段可能返回 null,表示取不到有效值。voidsetMD5(String MD5)Set 媒资图片文件MD5 注意:此字段可能返回 null,表示取不到有效值。voidsetWidth(Long Width)Set 媒资图片文件宽度 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ImageMetadata
public ImageMetadata()
-
ImageMetadata
public 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.
-
-
Method Detail
-
getFileSize
public Long getFileSize()
Get 媒资图片文件大小,单位为Byte 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileSize 媒资图片文件大小,单位为Byte 注意:此字段可能返回 null,表示取不到有效值。
-
setFileSize
public void setFileSize(Long FileSize)
Set 媒资图片文件大小,单位为Byte 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileSize- 媒资图片文件大小,单位为Byte 注意:此字段可能返回 null,表示取不到有效值。
-
getMD5
public String getMD5()
Get 媒资图片文件MD5 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MD5 媒资图片文件MD5 注意:此字段可能返回 null,表示取不到有效值。
-
setMD5
public void setMD5(String MD5)
Set 媒资图片文件MD5 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MD5- 媒资图片文件MD5 注意:此字段可能返回 null,表示取不到有效值。
-
getWidth
public Long getWidth()
Get 媒资图片文件宽度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Width 媒资图片文件宽度 注意:此字段可能返回 null,表示取不到有效值。
-
setWidth
public void setWidth(Long Width)
Set 媒资图片文件宽度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Width- 媒资图片文件宽度 注意:此字段可能返回 null,表示取不到有效值。
-
getHeight
public Long getHeight()
Get 媒资图片文件高度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Height 媒资图片文件高度 注意:此字段可能返回 null,表示取不到有效值。
-
setHeight
public void setHeight(Long Height)
Set 媒资图片文件高度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Height- 媒资图片文件高度 注意:此字段可能返回 null,表示取不到有效值。
-
getFormat
public String getFormat()
Get 媒资图片文件格式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Format 媒资图片文件格式 注意:此字段可能返回 null,表示取不到有效值。
-
setFormat
public void setFormat(String Format)
Set 媒资图片文件格式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Format- 媒资图片文件格式 注意:此字段可能返回 null,表示取不到有效值。
-
-