Class Snippet


  • public class Snippet
    extends Object
    • Method Detail

      • getAuthor

        public Author getAuthor()
      • setAuthor

        public void setAuthor​(Author author)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getExpiresAt

        public Date getExpiresAt()
      • setExpiresAt

        public void setExpiresAt​(Date expiresAt)
      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)
      • setId

        public void setId​(Integer id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getUpdatedAt

        public String getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(String updatedAt)
      • getWebUrl

        public String getWebUrl()
      • setWebUrl

        public void setWebUrl​(String webUrl)
      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • getRawUrl

        public String getRawUrl()
      • setRawUrl

        public void setRawUrl​(String rawUrl)
      • getVisibility

        public Visibility getVisibility()
      • setVisibility

        public void setVisibility​(Visibility visibility)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)