Class Embed

    • Constructor Detail

      • Embed

        public Embed()
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • setType

        public void setType​(EmbedType type)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getEmbedHtml

        public String getEmbedHtml()
      • setEmbedHtml

        public void setEmbedHtml​(String embedHtml)
      • getEmbedWidth

        public Integer getEmbedWidth()
      • setEmbedWidth

        public void setEmbedWidth​(Integer embedWidth)
      • getEmbedHeight

        public Integer getEmbedHeight()
      • setEmbedHeight

        public void setEmbedHeight​(Integer embedHeight)
      • getFiles

        public List<File> getFiles()
      • setFiles

        public void setFiles​(List<File> files)