Class ImageInfo

    • Constructor Detail

      • ImageInfo

        public ImageInfo()
      • ImageInfo

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

      • getEntityId

        public String getEntityId()
        Get 图片名称。
        Returns:
        EntityId 图片名称。
      • setEntityId

        public void setEntityId​(String EntityId)
        Set 图片名称。
        Parameters:
        EntityId - 图片名称。
      • getCustomContent

        public String getCustomContent()
        Get 用户自定义的内容。
        Returns:
        CustomContent 用户自定义的内容。
      • setCustomContent

        public void setCustomContent​(String CustomContent)
        Set 用户自定义的内容。
        Parameters:
        CustomContent - 用户自定义的内容。
      • getTags

        public String getTags()
        Get 图片自定义标签,JSON格式。
        Returns:
        Tags 图片自定义标签,JSON格式。
      • setTags

        public void setTags​(String Tags)
        Set 图片自定义标签,JSON格式。
        Parameters:
        Tags - 图片自定义标签,JSON格式。
      • getPicName

        public String getPicName()
        Get 图片名称。
        Returns:
        PicName 图片名称。
      • setPicName

        public void setPicName​(String PicName)
        Set 图片名称。
        Parameters:
        PicName - 图片名称。
      • getScore

        public Long getScore()
        Get 相似度。
        Returns:
        Score 相似度。
      • setScore

        public void setScore​(Long Score)
        Set 相似度。
        Parameters:
        Score - 相似度。