Class ImageMetadata

    • 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,表示取不到有效值。