Class LinkModel

java.lang.Object
com.streamwide.smartms.lib.template.link.LinkModel

@Deprecated public class LinkModel extends Object
Deprecated.
Model represent the metadata info for a link website
  • Constructor Details

    • LinkModel

      public LinkModel()
      Deprecated.
  • Method Details

    • getLink

      @Nullable public String getLink()
      Deprecated.
    • setLink

      public void setLink(@Nullable String link)
      Deprecated.
    • getThumbnail

      @Nullable public String getThumbnail()
      Deprecated.
    • setThumbnail

      public void setThumbnail(@Nullable String thumbnailUrl)
      Deprecated.
    • getDescription

      @Nullable public String getDescription()
      Deprecated.
    • setDescription

      public void setDescription(@Nullable String description)
      Deprecated.
    • getTitle

      @Nullable public String getTitle()
      Deprecated.
    • setTitle

      public void setTitle(@Nullable String title)
      Deprecated.