Class ImageItem

    • Constructor Detail

      • ImageItem

        public ImageItem()
      • ImageItem

        public ImageItem​(ImageItem 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

      • getImageId

        public Long getImageId()
        Get 图片ID
        Returns:
        ImageId 图片ID
      • setImageId

        public void setImageId​(Long ImageId)
        Set 图片ID
        Parameters:
        ImageId - 图片ID
      • getTitle

        public String getTitle()
        Get 图片标题
        Returns:
        Title 图片标题
      • setTitle

        public void setTitle​(String Title)
        Set 图片标题
        Parameters:
        Title - 图片标题
      • getDescription

        public String getDescription()
        Get 图片描述
        Returns:
        Description 图片描述
      • setDescription

        public void setDescription​(String Description)
        Set 图片描述
        Parameters:
        Description - 图片描述
      • getPreviewUrl

        public String getPreviewUrl()
        Get 图片预览链接
        Returns:
        PreviewUrl 图片预览链接
      • setPreviewUrl

        public void setPreviewUrl​(String PreviewUrl)
        Set 图片预览链接
        Parameters:
        PreviewUrl - 图片预览链接
      • getThumbUrl

        public String getThumbUrl()
        Get 图片缩略图
        Returns:
        ThumbUrl 图片缩略图
      • setThumbUrl

        public void setThumbUrl​(String ThumbUrl)
        Set 图片缩略图
        Parameters:
        ThumbUrl - 图片缩略图
      • getVendor

        public String getVendor()
        Get 图片供应商
        Returns:
        Vendor 图片供应商
      • setVendor

        public void setVendor​(String Vendor)
        Set 图片供应商
        Parameters:
        Vendor - 图片供应商
      • getKeywords

        public String getKeywords()
        Get 图片关键词
        Returns:
        Keywords 图片关键词
      • setKeywords

        public void setKeywords​(String Keywords)
        Set 图片关键词
        Parameters:
        Keywords - 图片关键词
      • getWidth

        public Long getWidth()
        Get 宽
        Returns:
        Width 宽
      • setWidth

        public void setWidth​(Long Width)
        Set 宽
        Parameters:
        Width - 宽
      • getHeight

        public Long getHeight()
        Get 高
        Returns:
        Height 高
      • setHeight

        public void setHeight​(Long Height)
        Set 高
        Parameters:
        Height - 高